Skip to content

renanpvaz/cool-title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

 ███████╗ ███████╗  ███████╗ ██╗           ████████╗██╗████████╗██╗    ███████╗
██╔═════╝██╔════██╗██╔════██╗██║           ╚══██╔══╝██║╚══██╔══╝██║    ██╔════╝
██║      ██║    ██║██║    ██║██║    ██████║   ██║   ██║   ██║   ██║    █████╗  
██║      ██║    ██║██║    ██║██║              ██║   ██║   ██║   ██║    ██╔══╝  
╚███████╗╚███████╔╝╚███████╔╝██████╗          ██║   ██║   ██║   ██████╗███████╗
 ╚══════╝ ╚══════╝  ╚══════╝ ╚═════╝          ╚═╝   ╚═╝   ╚═╝   ╚═════╝╚══════╝

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",
    ...
  },

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages