@eventcatalog/plugin-doc-generator-asyncapi
v0.4.0
Published
Documentation generator for EventCatalog using AsyncAPI
Downloads
690
Readme
@eventcatalog/plugin-doc-generator-asyncapi
AsyncAPI document generator for EventCatalog.
Usage
See plugin-doc-generator-asyncapi documentation.
Using locally
You can test and run this plugin locally, by cloning the project.
First build all the projects
npm install && npm run build
Then you can run
"PROJECT_DIR={outputForCatalog} node packages/eventcatalog-plugin-generator-asyncapi/scripts/generate-catalog-with-plugin.js
This will run the build of the plugin and generate an eventcatalog from an AsyncAPI file (found in examples).