1.0.0 • Published 10 months ago

concols v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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
1.0.0

10 months ago