Skip to content

craigbuckler/concol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concol

Output color messages to the console.

Install: npm install concol --global

Run: npm <text> <fgHex> <bgHex>

Where:

  • <text> is the text to output
  • <fgHex> foreground hex color (optional)
  • <bgHex> background hex color (optional)

Example which outputs blue text on a white background:

concol " Hello World! " "#00c" "#fff"

About

Output color messages to the console

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published