Monorepo for the pipelinedoc tool. Generate documentation for your YAML pipeline template files. Currently only supports Azure Pipelines YAML templates.
Install:
# npm
npm install -g @pipelinedoc/cli
# yarn
yarn global add @pipelinedoc/cli
Use:
pipelinedoc generate *.yml
See the CLI docs for more info.