https://github.com/habx/argo-templates-autodoc
https://github.com/habx/argo-templates-autodoc
argo argo-workflow-templates argo-workflows mardown python3
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/habx/argo-templates-autodoc
- Owner: habx
- Created: 2021-12-29T15:48:22.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-07T13:09:31.000Z (over 3 years ago)
- Last Synced: 2025-02-04T15:47:25.392Z (9 months ago)
- Topics: argo, argo-workflow-templates, argo-workflows, mardown, python3
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# argo template autodoc
This tool automatically generates a documentation of your templates. The use of templates by all our developers is sometimes complex without documentation
## Concept
I report by template an md table with the inputs/outputs to simplify the reading
## How to use ?
## Pipeenv install
```
pipenv shell
pipenv install
```## Run
```
pipenv run python3 gen_docs.py
Welcome to the Workflow Template docs Generator!
Reading file example/jq.yaml`
```