1.0.2 • Published 5 years ago
cli-stylizer v1.0.2
CLI Stylizer
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.