Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 389 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 389 Bytes

pipelinedoc

Monorepo for the pipelinedoc tool. Generate documentation for your YAML pipeline template files. Currently only supports Azure Pipelines YAML templates.

Quick start

Install:

# npm
npm install -g @pipelinedoc/cli

# yarn
yarn global add @pipelinedoc/cli

Use:

pipelinedoc generate *.yml

See the CLI docs for more info.