Skip to content

AsyncAPI parser for Javascript (browser-compatible too).

License

Notifications You must be signed in to change notification settings

asyncapi/parser-js

Repository files navigation

Parser

Installing

Clone this repo and run:

npm install

This is a monorepo containing following Repos:

  1. Parser-js

Use this package to validate and parse AsyncAPI documents —either YAML or JSON— in your Node.js or browser application.

Development

  1. Make sure you are using Node.js 16 or higher and npm 8 or higher
  2. Write code and tests.
  3. Make sure all tests pass npm run parser:test