Awesome logging for Node CLI apps.
var loch = require('lochness')
loch.heading('Lochness')
loch.info('Awesome logging for Node CLI apps.')
loch.warn('Seriously.')
Just grab it from NPM:
$ npm install lochness
A quick reference of the API can be built using Calliope:
$ npm install -g calliope
$ calliope build
You can run all tests using Mocha:
$ npm test
MIT/X11. ie.: do whatever you want.