Skip to content

Commit

Permalink
chore: add Modelina to tools list
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Feb 6, 2023
1 parent c693799 commit 6ca0b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/docs/tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The following is a list of tools that generate code from an AsyncAPI document; n
| Link | Description | Language/Framework |
| :------------- | :------------- | :----------------- |
| [AsyncAPI Generator](https://github.com/asyncapi/generator) | Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, Java code, HTML documentation, anything! **[Click here](https://github.com/search?q=topic%3Aasyncapi+topic%3Agenerator+topic%3Atemplate) to get a list of the existing templates**. | Node.js/Hermes, Java/Spring, Markdown, HTML, and more.
| [AsyncAPI Modelina](https://github.com/asyncapi/modelina) | Use your AsyncAPI definition to generate data models to represent the message payloads in a highly customizable manner. | Rust, C#, Java, Kotlin, TypeScript, JavaScript, Python, Dart, Go |
| [Node-RED AsyncAPI plugin](https://github.com/dalelane/node-red-contrib-plugin-asyncapi) | Use your AsyncAPI definition to generate and configure Node-RED nodes. | [Node-RED](https://nodered.org) |
| [MultiAPI Generator](https://github.com/sngular/scs-multiapi-plugin) | Use AsyncAPI definition, several of them at the same time, to generate Spring Cloud code with Maven. | Java/Spring, Maven |
| [asyncapi_gencpp](https://github.com/hatchbed/asyncapi_gencpp) | Use an AsyncAPI definition to generate C++ code for serializing and deserializing components and messages | C++ |
Expand Down

0 comments on commit 6ca0b38

Please sign in to comment.