enhanced-console

0.1.0 • Public • Published

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

/enhanced-console/

    Package Sidebar

    Install

    npm i enhanced-console

    Weekly Downloads

    6

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • ktalebian