concol

1.0.1 • Public • Published

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"

/concol/

    Package Sidebar

    Install

    npm i concol

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    2.37 kB

    Total Files

    4

    Last publish

    Collaborators

    • craigbuckler