burstable

v1.3.0
Simple and powerful task queue for Node.js on top of Beanstalkd
beanstalkd worker

prepublish

npm run check && npm run build

check

npm run lint && npm run test-unit

lint

eslint src

build

rm -rf lib/* && babel src --ignore test --optional bluebirdCoroutines,runtime --out-dir lib

build-docker

docker-compose build

cover

NODE_PATH=src NODE_ENV=test istanbul cover _mocha -- $npm_package_options_mocha test/unit/*.test.js test/unit/**/*.test.js

test

npm run test-unit && npm run test-integration

test-unit

NODE_PATH=src NODE_ENV=test mocha $npm_package_options_mocha test/unit/*.test.js test/unit/**/*.test.js

test-integration

docker-compose run --rm burstable /bin/sh -c "npm run test-integration-raw"

test-integration-raw

mocha $npm_package_options_mocha test/integration/*.test.js test/integration/**/*.test.js

restart-beanstalkd

docker-compose kill beanstalkd && docker-compose start beanstalkd
npm i burstable

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 9/16/2016

Downloads

Maintainers