tiny-colors

Tiny library providing basic ANSI colors for terminal output

npmmacoslinuxwindows
Try with needOr install directly
Source

About

A tiny library providing the basic ANSI colors for the terminal.

Commands

tiny-colors

Examples

Display colored text in red$ tiny-colors red 'Error message'
Display colored text in green$ tiny-colors green 'Success message'
Display colored text in yellow$ tiny-colors yellow 'Warning message'