concols

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i concols

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.1 kB

Total Files

4

Last publish

Collaborators

  • woofledev