esc-colors
v0.1.5
Published
446 bytes no-nonsense reliable colors for CLI/terminal console.log on Linux/Mac.
Downloads
85
Maintainers
Readme
esc-colors
Lightweight (446 bytes) alternative to colors.
Project goals
- No dependencies
- Small, simple, easy to audit, yourself
- Works on Linux or Mac (ANSI terminals)
- No nonsense
- Dependable, there won't be any radical updates in future.
If I want to add features I'll make a new package and will rather mention it in this readme than change this package.
Installation
npm install esc-colors
Example
import colors from 'esc-colors';
console.log(colors.green('Hello world'));
Object.entries(colors).forEach( ([ colorName, colorF ]) => console.log(colorF(colorName)) );
Notes
Have fun!
Say thanks
Star the repo https://github.com/softwarecreations/esc-colors
PR's or issues
Welcome
License
MIT