colorodo
Last updated 14 years ago by vdemedes .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install colorodo 
SYNC missed versions from official npm registry.

Colorodo

This is tiny helper for colored output in Terminal.

Installation

npm install colorodo

Usage

console.log('some nice text'.color('yellow'))

Available colors

  • Black
  • White
  • Blue
  • Red
  • Green
  • Yellow

There is tweet-sized version!

String.prototype.color=function(c){l={black:30,red:31,green:32,yellow:33,blue:34,white:37};return"\033["+l[c]+"m"+this+"\033[0m"}

License

MIT.

Current Tags

  • 1.0.0                                ...           latest (14 years ago)

1 Versions

  • 1.0.0                                ...           14 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
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |