fireconsole
v0.0.3
Published
node package format logging output
Downloads
12
Maintainers
Readme
Fireconsole
process stdout formatting.
Installation
fireconsole is now public on npm
npm install fireconsole --save
Commands
var fireconsole = require("fireconsole");
fireconsole.log([...args]); //bgCyan + black
fireconsole.highlight([...args]);//bgMagenta + white
fireconsole.error([...args]);//bgRed + white