1.0.0 • Published 6 years ago

yacolors v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

yacolors

Yet another colorizer for node.js console. This package is designed to be the most lightweight by only include common usages.

Installation

$ npm install yacolors

Usage

Usage:

var colors = require('yacolors');

Output colored text:

console.log(colors.blue('blue text'));

Supported are all ANSI colors and styles.

1.0.0

6 years ago