0.2.1 • Published 2 years ago

@joaomlneto/asyncapi-spring-websockets-template v0.2.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

AsyncAPI Spring WebSockets Generator

Usage

From the command-line interface (CLI)

Usage: ag [options] <asyncapi.yaml> @joaomlneto/asyncapi-spring-websockets-template

Options:
    -V, --version                 output the version number
    -o, --output <outputDir>      directory where to put the generated files (defaults to current directory)
    -p, --param <name=value>      additional param to pass to templates
    -h, --help                    output usage information

Supported parameters

Examples

Shortest possible syntax:

ag asyncapi.yaml @joaomlneto/asyncapi-spring-websockets-template

Development

  1. Clone the repository
git clone https://github.com/joaomlneto/asyncapi-spring-websockets-template
cd asyncapi-spring-websockets-template
  1. Make sure the template has all the dependencies installed
yarn
  1. Install the AsyncAPI Generator
npm install -g @asyncapi/generator
  1. Run generation
// TODO

Run it

// TODO

Missing features

// TODO

Contributors

// TODO