enhanced-console
Add colors and more power to console APIs
Installation
Install with npm install enhanced-console
.
Usage
var console = require('color-console')
console.info("I should be blue");
console.warn("I should be yellow");
console.error("I should be red");
console.highlight("I should be highlighted");
Configuration
Coming soon
Dependencies
License
Copyright (c) 2016 Kousha Talebian