1.0.2 • Published 5 years ago

cli-stylizer v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

CLI Stylizer

NPM Version NPM Downloads

The reliable CLI stylizer.

const stylizer = require("cli-stylizer");

stylizer.red("Red text!");

stylizer.bold("Bold text too!");

stylizer.bgBlue("Blue background!");

stylizer.green.bold("Combinations!");

stylizer.hex("DEADED")("Custom colors!");

All the default colors are all the css keywords.

Special thanks to Sindre Sorhus for inspiring me to create this package.