███████╗ ███████╗ ███████╗ ██╗ ████████╗██╗████████╗██╗ ███████╗
██╔═════╝██╔════██╗██╔════██╗██║ ╚══██╔══╝██║╚══██╔══╝██║ ██╔════╝
██║ ██║ ██║██║ ██║██║ ██████║ ██║ ██║ ██║ ██║ █████╗
██║ ██║ ██║██║ ██║██║ ██║ ██║ ██║ ██║ ██╔══╝
╚███████╗╚███████╔╝╚███████╔╝██████╗ ██║ ██║ ██║ ██████╗███████╗
╚══════╝ ╚══════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝
Display cool titles from your terminal.
npm install -g cool-title
cool-title --help
Usage: cool-title [options] <text>
Options:
-h, --help output usage information
-V, --version output the version number
-s, --style [name] Add the specified style
Supports the whole english alphabet plus dashes and non-breaking spaces. The style option accepts any of these.
Note: when adding non-breaking spaces, wrap the text with double quotes.
"scripts": {
"start": "cool-title cool-app --color blue && node index.js",
...
},