0.12.2 • Published 3 years ago

@michalmela/asyncapi-asciidoctor-template v0.12.2

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
3 years ago

Asciidoctor template for the AsyncAPI Generator

All Contributors

Based on https://github.com/asyncapi/markdown-template

Usage

ag asyncapi.yaml @michalmela/asyncapi-asciidoctor-template -o output

If you don't have the AsyncAPI Generator installed, you can install it like this:

npm install -g @asyncapi/generator

Supported parameters

NameDescriptionRequiredDefaultExample
outFilenameThe filename of the output file.Noasyncapi.mdindex.md

Development

  1. Make sure you have the latest generator installed npm install -g @asyncapi/generator.
  2. Modify the template or it's helper functions. Adjust test/spec/asyncapi.yml to have more features if needed.
  3. Generate output with watcher enables npm run dev.
  4. Check generated markdown file located in ./test/output/asyncapi.md.
0.12.2

3 years ago

0.12.1

4 years ago

0.12.0

4 years ago

0.11.2

4 years ago

0.11.1

4 years ago

0.11.0

4 years ago