cli-stylizer
Version:
The reliable CLI stylizer
23 lines (13 loc) • 610 B
Markdown
# CLI Stylizer
 
The reliable CLI stylizer.
```js
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](https://github.com/sindresorhus) for inspiring me to create this package.