Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

sorellabs/lochness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lōchness

Build Status NPM version Dependencies Status stable

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.

About

Awesome logging for Node CLI apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published