imq

v1.0.0-dev
Simple messaging queue for inter service communication

prepublish

tsc

test

tsc && ./node_modules/.bin/nyc mocha && /usr/bin/env node -e "require('opn')('file://`pwd`/coverage/index.html')"

test-dev

npm run test && npm run clean-js && npm run clean-typedefs && npm run clean-maps

clean-typedefs

find . -name '*.d.ts' -not -wholename '*node_modules*' -not -wholename '*generator*' -type f -delete

clean-maps

find . -name '*.js.map' -not -wholename '*node_modules*' -not -wholename '*generator*' -type f -delete

clean-js

find . -name '*.js' -not -wholename '*node_modules*' -not -wholename '*generator*' -type f -delete

clean-tests

rm -rf .nyc_output coverage

clean-doc

rm -rf docs

clean

npm run clean-tests && npm run clean-typedefs && npm run clean-maps && npm run clean-js && npm run clean-doc

doc

rm -rf docs && typedoc --excludeNotExported --excludePrivate --excludeExternals --out docs --hideGenerator --target ES2015 --exclude "**/+(test|node_modules|docs|coverage|.nyc_output)/**/*" --mode file && /usr/bin/env node -e "require('opn')('file://`pwd`/docs/index.html')"

Metadata

  • ISC
  • Whatever
  • Mykhailo Stadnyk
  • released 3/4/2018

Downloads

Maintainers