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 78 generator issues
Sort by recently updated
recently updated
newest added

#### Describe the bug Given content that includes vertical bars, such as regular expressions, when rendered in a markdown table cell, the vertical bars in the content are not escaped...

bug

#### Describe the bug When trying to run ag via an npm script, an error occurs with incorrect pathing to the template module, yet the output file is generated. Note...

bug

**Description** - Added documentation for the AsyncAPI specification file

#### Reason/Context I'd like to use generator not only to scaffold my project when I start working on my application. I also want to use it continuously, every time I...

enhancement

#### Reason/Context Please try answering few of those questions - Why we need this improvement? - How will this change help? - What is the motivation? With the current HTML...

enhancement

**Description** Use the current NPM registry **Related issue(s)** Fixes #538

Fix: Audit dependency tree to remove well-known vulnerabilities **Description:** Running `npm audit` for this project reveals a series of easily fixable vulnerabilities in the dependency tree. Many of them are...

#### Reason/Context We have a project that is running on a local private server. We provide services over ActiveMQ and we use AsyncAPI to generate ApiDocs. The problem is that...

enhancement

#### Describe the bug When developing a new template locally and using the `--watch-template` flag, the generator crashes after generating the template. The error message on a Mac with `nodenv`...

bug

oneOf is not working in message asyncAPI: 2.3.0 While generating spring boot template through npm getting this bellow error `Something went wrong: Template render error: (/usr/lib/node_modules/@asyncapi/generator/node_modules/@asyncapi/java-spring-template/template/src/test/java/com/asyncapi/SimpleKafkaTest.java) [Line 13, Column 64]...

bug