coolers
v0.0.1
Published
The coolest tool for coloring strings in the terminal.
Downloads
2
Readme
Cooler
The coolest tool for coloring strings in the terminal.
Install
$ npm install --save cooler
Example
var cooler = require('cooler');
console.log(cooler.red("DANGER!"))
Supported Colors
- coolor.red()
- cooler.black()
- cooler.green()
- cooler.yellow()
- cooler.blue()
- cooler.magenta()
- cooler.teel()
- cooler.white()
- cooler.grey()
Resources
Implemented with ANSI escape codes.