M3lkior / markdown-template

Markdown template for the AsyncAPI Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown template for the AsyncAPI Generator

All Contributors

Usage

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

Supported parameters

Name Description Required Default Example
outFilename The filename of the output file. No asyncapi.md index.md

Development

  1. Make sure you have the latest generator installed npm install -g @asyncapi/generator.
  2. Modify the template or it's reusable parts. Adjust test/spec/asyncapi.yml to have more complexity if needed.
  3. Generate output with watcher enabled by running the command npm run dev.
  4. Check generated markdown file located in ./test/output/asyncapi.md.

Contributors โœจ

Thanks goes to these wonderful people (emoji key):


Fran Mรฉndez

๐Ÿ’ป ๐Ÿ“– ๐Ÿ‘€ ๐Ÿค”

Lukasz Gornicki

๐Ÿ’ป ๐Ÿ“– ๐Ÿ‘€ ๐Ÿš‡

Ilya Buzlov

๐Ÿ’ป ๐Ÿ›

Julian Rabe

๐Ÿ’ป

Maciej Urbaล„czyk

๐Ÿ“– ๐Ÿ’ป

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Markdown template for the AsyncAPI Generator


Languages

Language:JavaScript 100.0%