1.1.2 • Published 8 years ago

clrz v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

npm npm npm npm npm

Getting Started with Colorize

Installing Colorize

$ npm install clrz --save

Using Colorize

const clrz = require("clrz");
// ...
console.log(clrz`{{red}}R{{green}}G{{blue}}B{{default}}`)
console.info(clrz`{{blue}}INFO!{{default}}`)
console.error(clrz`{{red}}ERROR!{{default}}`)
console.warn(clrz`{{yellow}}WARNING!{{default}}`)

That's it!