0.1.0 • Published 3 years ago

azure-devops-extension-docs v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

🪠 Azure DevOps Extension Documentation generator

GitHub Workflow Status npm GitHub

Also known as azedoc

Markdown generator for the documentation of Azure DevOps Pipeline extensions. We use the vss-extension.json together with any task.json files to generate a overview of the extension from a template.

⬇️ Installation

npm i -g azure-devops-extension-docs

📋 Usage

azedoc generate \

Generates a markdown file using the vss-extension.json and task.json files.

Options

  • --output: Allows you to specify the output file
  • --template: Allows you to specify a custom handlebars template to use
  • --exclude: Exclude one or more values from the output, ex.: --exclude extension.version --exclude tasks.id

You can also embed the generated markdown into an already existing file, check out this example.

🪧 Examples

Check out the examples to see how the markdown is generated.

🔭 Plans

  • Better error handling
0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2-g

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago