xycolors

Add colors and styles to terminal output quickly and easily.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

A tiny and fast package for adding colors to your terminal output.

Commands

xycolors

Examples

print colored text in terminal$ xycolors --text 'Hello World' --color red
make text bold and colored$ xycolors --text 'Important' --color green --bold
color text with background color$ xycolors --text 'Alert' --color white --background yellow
list all available colors$ xycolors --list-colors
add color to piped output$ echo 'Status: OK' | xycolors --color cyan