generator icon indicating copy to clipboard operation
generator copied to clipboard

Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, HTML documentation, anything!

Results 127 generator issues
Sort by recently updated
recently updated
newest added

research what would be the best developer experience for local development of generator to see if new features (but not only) work with templates. I still want to be able...

**Description** - Added error handling and error logging to main parser function - Destructured the parser function to remove the use of this kayword. - Also added validation function to...

### Describe the bug. I am using docker container https://hub.docker.com/r/asyncapi/generator , version 2.0.3 It is downloading latest (2.3.9) html-template automatically: ```bash asyncapi-generator -i doc/input.yml -o doc/generated @asyncapi/html-template -p singleFile=true -p...

bug

The purpose of this issue is to kida group all different issues that will change generator in coming months. These are not new issues, some pretty old, some well discussed....

enhancement

**Description** - add props validation mentioned here : [these_issue](https://sonarcloud.io/project/issues?issueStatuses=OPEN%2CCONFIRMED&id=asyncapi_generator&open=AZB4seiwgviDxNeZYbKK) - also mentioned in this issue : [#1272](https://github.com/asyncapi/generator/issues/1272)

### Describe the bug you found in AsyncAPI Docs. Below is the list of potential improvements that can be made in [Development.md](https://github.com/asyncapi/generator/blob/master/Development.md) := 1. Missing scripts for nunjucks-filter package in...

🐞 docs bug

**Description** This PR addresses a potential memory leak issue in the Watcher class. When a watcher is closed, the reference to the watcher was previously set to null but not...

Resolves https://github.com/asyncapi/generator/issues/1270 I added inline comments for some more context on the PR What this PR does? from the changeset: - Package `@asyncapi/generator-hooks` is now part of `generator` repo and...

bounty

**Description** Commit bc9dbeca7e796e523e5f647ef3bf396a9c68b218 moved the location of `api.md`. This PR adjusts sources to changes.

- will allow us to have custom messages from bot - we will be able to have a bot action that created a changeset for the contributor something to discuss...

enhancement