@michalmela/asyncapi-asciidoctor-template
v0.12.2
Published
Asciidoctor template for the AsyncAPI generator.
Downloads
62
Maintainers
Readme
Asciidoctor template for the AsyncAPI Generator
Based on https://github.com/asyncapi/markdown-template
Usage
ag asyncapi.yaml @michalmela/asyncapi-asciidoctor-template -o outputIf you don't have the AsyncAPI Generator installed, you can install it like this:
npm install -g @asyncapi/generatorSupported parameters
|Name|Description|Required|Default|Example|
|---|---|---|---|---|
|outFilename|The filename of the output file.|No|asyncapi.md|index.md|
Development
- Make sure you have the latest generator installed
npm install -g @asyncapi/generator. - Modify the template or it's helper functions. Adjust
test/spec/asyncapi.ymlto have more features if needed. - Generate output with watcher enables
npm run dev. - Check generated markdown file located in
./test/output/asyncapi.md.
