rhea

v2.0.1
reactive AMQP 1.0 library
amqp messaging

tsc

tsc

lint

eslint lib/*.js

test

mocha --require ts-node/register ./test/*.ts

uglify

uglifyjs --source-map --output dist/rhea.min.js dist/rhea.js

prepare

npm run lint && npm run tsc

coverage

nyc --reporter=json --reporter=lcov --reporter=text-summary npm run test

browserify

browserify -r .:rhea -o dist/rhea.js

run-examples

require-self && mocha examples/test_examples.js

Metadata

Downloads

Maintainers