ansi-styles / 1.1.0 last updated a year ago created on Jul 31st 2013
Install
npm install --save ansi-styles
Clone
git clone git@github.com:sindresorhus/ansi-styles.git
dependencies
No dependencies listed.
maintainers
jbnicolai
versions
6 total
| 1.1.0 | a year ago | sindresorhus |
| 1.0.0 | 2 years ago | sindresorhus |
| 0.2.0 | 2 years ago | sindresorhus |
| 0.1.2 | 2 years ago | sindresorhus |
| 0.1.1 | 2 years ago | sindresorhus |
| 0.1.0 | 2 years ago | sindresorhus |
readme
ansi-styles 
ANSI escape codes for styling strings in the terminal
You probably want the higher-level chalk module for styling your strings.

Install
Usage
API
Each style has an open and close property.
Styles
General
resetbolddimitalic(not widely supported)underlineinversehiddenstrikethrough(not widely supported)
Text colors
blackredgreenyellowbluemagentacyanwhitegray
Background colors
bgBlackbgRedbgGreenbgYellowbgBluebgMagentabgCyanbgWhite
License
MIT © Sindre Sorhus