colsole

0.0.2 • Public • Published

Yet another colored console

Build Status NPM version

Installation

sudo npm install --save colsole

NPM

Usage

var console = require('colsole')();
 
console.log('I will be in white.');
console.info('And I will be in green.');
console.warn('Yellow is good enough for me...');
console.error('And for me it is red-only!');

Configuration

var console = require('colsole')({
  log: 'blue'
});
 
console.log('Now I will be in blue.');

Dependencies

Contributions

  • are welcome;
  • should be tested;
  • should follow the same coding style.

License

The MIT License

Copyright (c) 2014 Ruslan Bredikhin

Package Sidebar

Install

npm i colsole

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • bredikhin