1.0.0 • Published 1 year ago

consolecol v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

consolecol

Lightweight library designed to enrich your console applications with vibrant color outputs

Install: npm install consolecol --global

Run: npm <text> <fgHex> <gbHex>

Where:

  • is the text to output
  • foreground hex color (optional)
  • background hex color (optional)

Example with outputs a red text with a yellow background

Example: consolecol "Hello" "#FF5733" "#FFFF00"

1.0.0

1 year ago