concols
v1.0.0
Published
adds colors to console.warn and console.error
Downloads
1
Readme
concols
basically adds colors to console.warn
and console.error
.
i noticed that console.warn
and console.error
don't actually print to console in color, and i don't know if anyone has made a module to fix that, so i made one myself.
usage example
require('concols')(); // init module
console.warn('watch out for this'); // prints in yellow
console.error('something bad happened'); // prints in red
console.success('this succeeded'); // prints in green