Collection of helper modules for Node.js
npm install highly-attractive-node-utils


npm install highly-attractive-node-utils --save
`Development
$3
Using Mocha/Chai for testing.
`
npm test
`$3
Generate a report using Istanbul to make sure your tests are touching everything!
`
npm run coverage && open ./coverage/lcov-report/index.html
``