Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaomlneto/asyncapi-spring-websockets-template
AsyncAPI Generator Template for Spring Websockets
https://github.com/joaomlneto/asyncapi-spring-websockets-template
asyncapi generator spring template websockets
Last synced: 23 days ago
JSON representation
AsyncAPI Generator Template for Spring Websockets
- Host: GitHub
- URL: https://github.com/joaomlneto/asyncapi-spring-websockets-template
- Owner: joaomlneto
- Archived: true
- Created: 2022-07-18T13:59:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T14:54:25.000Z (almost 2 years ago)
- Last Synced: 2024-09-17T05:19:18.269Z (about 2 months ago)
- Topics: asyncapi, generator, spring, template, websockets
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@joaomlneto/asyncapi-spring-websockets-template
- Size: 1.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AsyncAPI Spring WebSockets Generator
## Usage
### From the command-line interface (CLI)
```shell
Usage: ag [options] @joaomlneto/asyncapi-spring-websockets-templateOptions:
-V, --version output the version number
-o, --output directory where to put the generated files (defaults to current directory)
-p, --param additional param to pass to templates
-h, --help output usage information
```### Supported parameters
### Examples
Shortest possible syntax:
```shell
ag asyncapi.yaml @joaomlneto/asyncapi-spring-websockets-template
```## Development
1. Clone the repository
```shell
git clone https://github.com/joaomlneto/asyncapi-spring-websockets-template
cd asyncapi-spring-websockets-template
```2. Make sure the template has all the dependencies installed
```shell
yarn
```3. Install the AsyncAPI Generator
```shell
npm install -g @asyncapi/generator
```4. Run generation
```shell
// TODO
```## Run it
// TODO
## Missing features
// TODO
## Contributors
// TODO