task icon indicating copy to clipboard operation
task copied to clipboard

Generate documentation based on your taskfile

Open kk-rishang opened this issue 1 year ago • 3 comments

We have option for displaying summary, also we configure input variables. I we use multiple task modules and sharing between teams, document generation tool can really helpout to have better visibility on how to use the task module one created.

I created my own python code to generate docs: https://github.com/Rishang/task-templates/blob/main/generate_docs.py

And here is how the docs look: https://github.com/Rishang/task-templates/blob/main/docs/_aws.md

kk-rishang avatar Jun 18 '24 13:06 kk-rishang