0.1.0 • Published 11 years ago

lochness v0.1.0

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

Lōchness Build Status

Awesome logging for Node CLI apps.

Example

var loch = require('lochness')

loch.heading('Lochness')
loch.info('Awesome logging for Node CLI apps.')
loch.warn('Seriously.')

Installing

Just grab it from NPM:

$ npm install lochness

Documentation

A quick reference of the API can be built using Calliope:

$ npm install -g calliope
$ calliope build

Tests

You can run all tests using Mocha:

$ npm test

Licence

MIT/X11. ie.: do whatever you want.