tfunk

Add colorful text output to console scripts with chalk-based styling.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Multi-colour console output from chalk with added awesome

Commands

tfunk

Examples

print colored text in terminal$ tfunk --color red 'Error message'
make text bold and colored$ tfunk --bold --color blue 'Important notice'
highlight text with background color$ tfunk --bg yellow --color black 'Warning'
combine multiple styles together$ tfunk --bold --underline --color green 'Success'
style output from shell command$ echo 'Status: OK' | tfunk --color cyan