bunyan-debug-filter
v1.0.1 bunyan debug logging logs filtering
format
jscs --fix ./
lint
eslint --fix ./
cover
nyc -r text-summary -r html -- npm run test:only
cover:show
open "file://$PWD/coverage/index.html"
pretest
npm run format && npm run lint
test
npm run cover
test:only
NODE_ENV=test mocha -R spec 'spec/**/*.spec.js'
test:watch
npm run test:only -- -w
postinstall
node tasks/symlink-spec-helpers