chalk-cli 
Terminal string styling done right
Install
$ npm install --global chalk-cli
Usage
$ chalk --help
Usage
$ chalk <style> ... <string>
$ echo <string> | chalk <style> ...
Options
--template, -t Style template. The `~` character negates the style.
--demo Demo of all Chalk styles.
Examples
$ chalk red bold 'Unicorns & Rainbows'
$ chalk -t '{red.bold Unicorns & Rainbows}'
$ chalk -t '{red.bold Dungeons and Dragons {~bold.blue (with added fairies)}}'
See supported styles.
Template syntax
{red.bold unicorn}{red.bold unicorns} are {blue FUN!!!}{red.bold unicorn {blue.underline dancing}}{red red {~red normal}}{red hey\} still red} not red{red hey\\} not red
Related
- chalk - API for this module
Maintainers
License
MIT
