coolorout

1.0.0 • Public • Published

coolorout

A simple console application that prints the input text on a colored output text.

Install: npm install coolorout --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:

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i coolorout

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2.38 kB

    Total Files

    4

    Last publish

    Collaborators

    • amandoloule