cool-title

1.0.3 • Public • Published
 ███████╗ ███████╗  ███████╗ ██╗           ████████╗██╗████████╗██╗    ███████╗
██╔═════╝██╔════██╗██╔════██╗██║           ╚══██╔══╝██║╚══██╔══╝██║    ██╔════╝
██║      ██║    ██║██║    ██║██║    ██████║   ██║   ██║   ██║   ██║    █████╗  
██║      ██║    ██║██║    ██║██║              ██║   ██║   ██║   ██║    ██╔══╝  
╚███████╗╚███████╔╝╚███████╔╝██████╗          ██║   ██║   ██║   ██████╗███████╗
 ╚══════╝ ╚══════╝  ╚══════╝ ╚═════╝          ╚═╝   ╚═╝   ╚═╝   ╚═════╝╚══════╝

Display cool titles from your terminal.

Installation

npm install -g cool-title

Usage

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.

Using with npm scripts

"scripts": {
    "start": "cool-title cool-app --color blue && node index.js",
    ...
  },

Readme

Keywords

none

Package Sidebar

Install

npm i cool-title

Weekly Downloads

7

Version

1.0.3

License

MIT

Last publish

Collaborators

  • renanpvaz