generator
generator copied to clipboard
Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, HTML documentation, anything!
Per discussions about the https://github.com/asyncapi/generator/issues/1226, we want to include a post-installation script to notify people that we are deprecating the cli.js in generator repository and offer them migration information. We...
resolves https://github.com/asyncapi/generator/issues/1044 moving last repo https://github.com/asyncapi/generator-react-sdk to generator to complete monorepo setup this is first time we include package that will also be release separately ## Summary by CodeRabbit -...
https://www.asyncapi.com/docs/tools/generator/generator-template This tutorial should be based on AsyncAPI v3 - AsyncAPI document needs an update - code (parser API usage) needs to be updated too
fixes: #1564 Refactored the Python Websocket client template to pass the entire `asyncapi` object and `params` to the `ClientClass` component instead of individual props. ## Summary by CodeRabbit - **Refactor**...
currently inside `client.py.js` of python websocket client we have a component ClientClass which passes all the props down to respective components. This list can grow in future and hard to...
Examples like: - https://github.com/asyncapi/generator/blob/master/packages/templates/clients/websocket/javascript/example.js - https://github.com/asyncapi/generator/blob/master/packages/templates/clients/websocket/python/example.py - https://github.com/asyncapi/generator/blob/master/packages/templates/clients/websocket/dart/example.dart These are hardcoded, but it causes issue: - these examples are only available in the repository, so if someone generates something with...
### Describe the bug. A critical vulnerability has been reported for the package jsonpath-plus, which originates from @asyncapi/[email protected]. To address this, we have upgraded @asyncapi/generator to versions 2.4.0 and even...
**Description** - Moved the loadTemplateConfig function to separate file for clean code. - Renamed and moved the validation function inside template config **Related issue(s)** Resolves #1582 ## Summary by CodeRabbit...
**Description** This is really basic setup for adding new package under `generator/app` which internally uses @hyperjump/json-schema. We are introducing it to abstract complexity of @hyperjump/json-schema and also it will be...
resolves https://github.com/asyncapi/generator/issues/1541 ## Summary by CodeRabbit - **Documentation** - Improved and expanded instructions in the README for testing the Python WebSocket client, including detailed setup steps and Slack client usage...