pkgsrc/misc/ruby-colorator/DESCR
taca 5ed930be53 Add ruby-colorator package version 0.1.
# colorator

Colorize your text for the terminal

## Supported Colors

- black
- red
- green
- yellow
- blue
- magenta
- cyan
- white
- bold

## Why

There are a bunch of gems that provide functionality like this, but none have
as simple an API as this. Just call `"string".color` and your text will be
colorized.
2013-09-15 17:13:59 +00:00

21 lines
314 B
Text

# colorator
Colorize your text for the terminal
## Supported Colors
- black
- red
- green
- yellow
- blue
- magenta
- cyan
- white
- bold
## Why
There are a bunch of gems that provide functionality like this, but none have
as simple an API as this. Just call `"string".color` and your text will be
colorized.