c.log
v0.0.3
Published
console.log and chalk.color combined
Readme
c.log
console.log and chalk.color combined
Install
npm install c.log --saveExample
var clog = require('c.log');
// same as console.log();
clog('I am a standard console log statement');
clog.green('I will log this statement in green');