@leisurelink/magicbus

v1.0.0
A message bus framework using RabbitMQ.

test

mocha test

test:integration

mocha --recursive test/**/*.integration-tests.js test/*.integration-tests.js

test:unit

mocha --recursive test/**/*.tests.js test/*.tests.js

test:watch

onchange 'lib/**/*' 'test/**/*' '*.js' '*.json' -- npm run test

test:unit:watch

onchange 'lib/**/*' 'test/**/*' '*.js' '*.json' -- npm run test

test:coverage

istanbul cover node_modules/mocha/bin/_mocha -- -R spec --recursive test

test:unit:coverage

istanbul cover node_modules/mocha/bin/_mocha -- -R spec --recursive test/*.tests.js test/**/*.tests.js

lint

esw --quiet

lint:watch

esw --quiet --watch

docs

jsdoc -c ./jsdoc.conf.json

docs:watch

onchange 'lib/**/*' 'test/**/*' '*.js' '*.json' -- npm run docs

ci

npm run lint && npm run test:unit:coverage
npm i @leisurelink/[email protected]

Metadata

  • MIT
  • Whatever
  • LeisureLink Tech
  • released 11/5/2015

Downloads

Maintainers