GithubHelp home page GithubHelp logo

aapi-codegen's Introduction

aapi-codegen

An Asyncapi code generator that generates a watermill plugin.

Install

npm i @fair-bytes/aapi-codegen -g

Usage

Usage: aapi-codegen [options] <asyncapi>

Options:
  -p, --package <package>        golang package
  -g, --generate <generate>      what to generate, possible are: models,operations,postbox (default: "models,operations")
  -m, --models <models>          models file
  -o, --operations <operations>  operations file
  -b, --postbox <postbox>        postbox file
  -h, --help                     display help for command

Examples

Generate code for the streetlamp examples by executing the following command:

Simple streetlight:

# Execute example in development
npm run dev -- -p asyncapi -m examples/streetlamp/asyncapi/models.gen.go -o examples/streetlamp/asyncapi/operations.gen.go examples/streetlamp/streetlamp.asyncapi.yml

# Execute example in production
aapi-codegen -p asyncapi -m examples/streetlamp/asyncapi/models.gen.go -o examples/streetlamp/asyncapi/operations.gen.go examples/streetlamp/streetlamp.asyncapi.yml

Streetlight using the postbox pattern and the watermill forwarder component:

# Execute example in development
npm run dev -- -p asyncapi -g models,operations,postbox -b examples/streetlamp_using_forwarder/asyncapi/postbox.gen.go -m examples/streetlamp_using_forwarder/asyncapi/models.gen.go -o examples/streetlamp_using_forwarder/asyncapi/operations.gen.go examples/streetlamp_using_forwarder/streetlamp.asyncapi.yml

# Execute example in production
aapi-codegen -p asyncapi -g models,operations,postbox -b examples/streetlamp_using_forwarder/asyncapi/postbox.gen.go -m examples/streetlamp_using_forwarder/asyncapi/models.gen.go -o examples/streetlamp_using_forwarder/asyncapi/operations.gen.go examples/streetlamp_using_forwarder/streetlamp.asyncapi.yml

aapi-codegen's People

Contributors

chris99plus avatar

aapi-codegen's Issues

Multiline comments are not renderes properly

Description of properties which have multiple lines fail to render in the model.go file.

test:
    type: boolean
    description: |
        This is a multiline
        description, which does not render properly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.