0.0.8 • Published 11 years ago

cli-log v0.0.8

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

cli-log

This project provides common log methods for your command line app.

Install

npm -g install cli-log

How to use:

var  log = require("../lib/log").init({ prefix: '[app]', prefixColor: 'cyan', prefixBgColor: 'bgCyan' });

log.log( "hello" );
log.warn( "hello" );
log.oops( "hello" );
log.error( "hello" );

For more color options check out cli-color.

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago