@asyncapi/parser

v0.33.0
JavaScript AsyncAPI parser.

docs

jsdoc2md lib/parser.js -f lib/**/*.js > API.md

lint

eslint --max-warnings 0 --config .eslintrc .

test

nyc --reporter=html --reporter=text mocha --recursive

types

jsdoc -t node_modules/tsd-jsdoc/dist -r lib -d ./

bundle

browserify lib/browser.js | uglifyjs > dist/bundle.js

release

semantic-release

get-version

echo $npm_package_version

prepublishOnly

npm run bundle
npm i @asyncapi/[email protected]

Metadata

Downloads