Terminal string styling with colors, bold, italic, and more
Terminal string styling done right
chalk
$ chalk red 'Error occurred'
$ chalk blue.bold 'Important message'
$ chalk white.bgGreen 'Success'