ag asyncapi.yaml @asyncapi/markdown-template -o output
If you don't have the AsyncAPI Generator installed, you can install it like this:
npm install -g @asyncapi/generator
- 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.