1.0.0 • Published 2 years ago

gh-color v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

gh-color

Output color messages to the console.

Install: npm install gh-color --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"
1.0.0

2 years ago