bullmq

v1.2.0
Queue for messages and jobs based on Redis

docs

typedoc --out docs src

lint

tslint --project tsconfig.json -c tslint.json 'src/**/*.ts'

test

yarn lint && tsc && ts-mocha --paths 'src/**/test_*.ts' --exit

build

tsc && yarn copylua

copylua

copyfiles -f ./src/commands/*.lua ./dist/commands

coverage

nyc --reporter=text npm run test

prettier

prettier --config package.json src/**/*.ts

coveralls

nyc report --reporter=text-lcov | coveralls

precommit

yarn lint

prepublish

yarn build

test:watch

yarn lint && ts-mocha --paths 'src/**/test_*.ts' -w --watch-extensions ts

semantic-release

semantic-release

semantic-release-prepare

ts-node tools/semantic-release-prepare

Metadata

  • MIT
  • Whatever
  • Taskforce.sh Inc.
  • released 11/3/2019

Downloads

Maintainers