ansicolors
Functions that surround a string with ansicolor codes so it prints in color.
Last updated 11 years ago by thlorenz .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install ansicolors 
SYNC missed versions from official npm registry.

ansicolors build status

Functions that surround a string with ansicolor codes so it prints in color.

Installation

npm install ansicolors

Usage

var colors = require('ansicolors');

var redHerring = colors.red('herring');
var blueMoon = colors.blue('moon');
var brighBlueMoon = colors.brightBlue('moon');

console.log(redHerring);      // this will print 'herring' in red
console.log(blueMoon);        // this 'moon' in blue
console.log(brightBlueMoon);  // I think you got the idea

Tests

Look at the tests to see more examples and/or run them via:

npm explore ansicolors && npm test

Current Tags

  • 0.3.2                                ...           latest (11 years ago)

6 Versions

  • 0.3.2                                ...           11 years ago
  • 0.3.1                                ...           11 years ago
  • 0.3.0                                ...           11 years ago
  • 0.2.1                                ...           12 years ago
  • 0.2.0                                ...           12 years ago
  • 0.1.0                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |