generator
generator copied to clipboard
Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, HTML documentation, anything!
### What Dev Docs changes are you proposing? In the `index.md` & `migration.md` there are many places where relative paths are wrongly placed(after the migration to monorepo) , fix the...
**Description** Updated Test Results [test-results.md](https://github.com/user-attachments/files/17397366/test-results.md) **Problems that I worked in this PR** 1. [Remove cache after installing packages ](https://sonarcloud.io/project/issues?issueStatuses=OPEN%2CCONFIRMED&id=asyncapi_generator&open=AZB4sekEgviDxNeZYbKm) 2. [Merge this run instruction with the consecutive ones](https://sonarcloud.io/project/issues?issueStatuses=OPEN%2CCONFIRMED&id=asyncapi_generator&open=AZFCmY8SYFR-KciwR6Ur) 3. [Surround...
**Description** Add a migration guide markdown to migrate from nunjucks to react render engine Related to #1255
I'm not going to create separate issues as this would be too much work that is not really needed. So let us experiment and see if one issue is enough....
removed the unnecessary escape characters the link of the [issue1](https://sonarcloud.io/project/issues?issueStatuses=OPEN%2CCONFIRMED&id=asyncapi_generator&open=AZB4sejpgviDxNeZYbKZ) [issue2](https://sonarcloud.io/project/issues?issueStatuses=OPEN%2CCONFIRMED&id=asyncapi_generator&open=AZB4sejpgviDxNeZYbKa)
This repo https://github.com/asyncapi/generator-hooks needs to become part of the Generator repo just like `generator-filters` https://github.com/asyncapi/generator-hooks must be archived and removed from org to the org with archived repos
**Description** - Add a migration guide markdown to transition from `cli.js` and `ag` to `AsyncAPI CLI` - Add a `postinstall.js` to generate post-installation script after installing the generator package. -...
We know we want to have some core templates developed under this repo, as a result of: - https://github.com/asyncapi/generator/issues/1249 - https://github.com/asyncapi/generator/issues/1044 This PoC needs to answer questions like: - do...
We're planning to depreciate Nunjucks in favor of React for our templating system. This issue is to create a comprehensive migration guide and outline our deprecation process. 1. Migration Guide:...
### Why do we need this improvement? In PR #1177, we introduced the `compile` option in the generator and set its default value to `true`. This was implemented to ensure...