xycolors

Add colors to terminal output with a tiny and fast package

npmmacoslinuxwindows
Try with needOr install directly
Source

About

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

Commands

xycolors

Examples

Display available colors and their codes$ xycolors
Print colored text to terminal$ xycolors --color red 'Hello World'
Use in scripts to colorize output$ echo 'Error occurred' | xycolors --color red