0.1.0 • Published 8 years ago

enhanced-console v0.1.0

Weekly downloads
13
License
MIT
Repository
github
Last release
8 years ago

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

The MIT License

Copyright (c) 2016 Kousha Talebian