imq

v1.1.1
Simple JSON-based 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');process.exit(0)"

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-benchmark

rm -rf benchmark-result

clean

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

doc

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

Metadata

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

Downloads

Maintainers