@joaomlneto/asyncapi-spring-websockets-template

0.2.1 • Public • Published

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

Package Sidebar

Install

npm i @joaomlneto/asyncapi-spring-websockets-template

Weekly Downloads

2

Version

0.2.1

License

Apache-2.0

Unpacked Size

33.6 kB

Total Files

15

Last publish

Collaborators

  • joaomlneto