chalk-cli

Terminal string styling with colors, bold, italic, and more

brewmacoslinux
Try with needOr install directly
Source

About

Terminal string styling done right

Commands

chalk

Examples

Print red text to terminal$ chalk red 'Error occurred'
Style text with multiple attributes$ chalk blue.bold 'Important message'
Combine colors and background styling$ chalk white.bgGreen 'Success'