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

#### Reason/Context - Consuming AsyncAPI from the browser via websocket (stomp) is a common scenario. DEV experience would greatly increase if you'd provide a generator for client-stubs and models similar...

enhancement

Where do I even start...got for sure triggered by failing test in https://github.com/asyncapi/generator/pull/799 We started having a problem with tests in this project. We run them at the moment on...

area/javascript
area/ci-cd

#### Describe the bug Running generator I got this error: ``` [action:generate-async][layer:use-case][app:ptp-load-test-app][version:0.0.0-test-200] Error while trying to execute the use case. Error: Error: command failed at ChildProcess. (/app/node_modules/@npmcli/promise-spawn/index.js:64:27) at ChildProcess.emit (events.js:315:20)...

bug

#### Describe the bug A custom template package is published to private registry (jfrog artifactory) and referred the package, generator looks in https://registry.npmjs.org/ and not in private registry. However using...

bug

I would like to work on adding support for a Quarkus generator/templates. It would likely use SmallRye Reactive Messaging.

**Description** This PR updates most dependencies to address most of the https://github.com/asyncapi/generator/security/dependabot issues. Jest changes: - Renamed `genMockFromModule` to `createMockFromModule` -> https://jestjs.io/docs/jest-object#jestcreatemockfrommodulemodulename **Related issue(s)** Fixes https://github.com/asyncapi/generator/security/advisories/GHSA-9x5f-xcwh-x6pg

#### Reason/Context `It is not so hard to write code generator, it is harder to maintain it` ~ Abraham Lincoln When you write a code generator, you always write it...

enhancement
stale

#### Describe the bug After upgrade to 1.6.0 version from 1.1.4, ag stopped to recognize npm configuration to use private repository #### How to Reproduce ```javascript install @asyncapi/[email protected] configure NPM...

stale

Ability to configure nunchcucks as described here https://mozilla.github.io/nunjucks/api.html#customizing-syntax. Maybe this is already possible but I didn't find it in the docs. #### Description For example, to customize the syntax

enhancement

Release 3.0 spec getting closer, although it's unclear when it will be released :smile: Due to the fact that most probably 3.0 will have a lot of breaking changes, which...

enhancement