cli-stylizer
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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.

Package Sidebar

Install

npm i cli-stylizer

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

28.4 kB

Total Files

8

Last publish

Collaborators

  • hiimjustin000