Create branch
git clone branch-url
npm run coverage
npm run beautify
git add -A
git commit -m msg
git push
This requires having david installed globally, which is already handled by our vagrant setup.
david update
tin -v VERSION
git add -A
git commit -m 'VERSION'
git tag vVERSION
git push origin master --tags
npm publish
node_modules/mocha/bin/mocha -g regex test
node_modules/istanbul/lib/cli.js cover _mocha -- -g regex test
$ node-inspector # leave this running in this window
Use *Chrome* to visit http://127.0.0.1:8080/?ws=127.0.0.1:8080&port=5858
$ mocha -g regex test/index.js --debug-brk