@asyncapi/generator
Version:
The AsyncAPI generator. It can generate documentation, code, anything!
9 lines (5 loc) • 504 B
Markdown
It is a test project where AsyncAPI Generator and test template are used as Node.js dependencies.
The purpose of this project is to test AsyncAPI Generator library use case outside the Generator code base.
Instead of running tests with `npm test`, make sure you have Docker Compose and run the following command:
Linux/MacOS: `NODE_VERSION=18 docker-compose up --abort-on-container-exit --force-recreate`.
Windows: `set NODE_VERSION=18&& docker-compose up --abort-on-container-exit --force-recreate`.