5ed930be53
# 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.
21 lines
314 B
Text
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.
|