azure-devops-extension-docs
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

🪠 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 <extension-directory>

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

Readme

Keywords

none

Package Sidebar

Install

npm i azure-devops-extension-docs

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

66 kB

Total Files

24

Last publish

Collaborators

  • survivorbat