@leisurelink/magicbus

v1.2.1
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 ${MOCHA_REPORTER:-spec} --recursive test

test:unit:coverage

istanbul cover node_modules/mocha/bin/_mocha -- -R ${MOCHA_REPORTER:-spec} --recursive test/*.tests.js test/**/*.tests.js

posttest:coverage

istanbul check-coverage

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:coverage

prepublish

npm run docs

preversion

./scripts/check_branch.sh

postversion

git push origin master --tags
npm i @leisurelink/[email protected]

Metadata

  • MIT
  • Whatever
  • LeisureLink Tech
  • released 12/7/2015

Downloads