22 lines
314 B
Plaintext
22 lines
314 B
Plaintext
# 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.
|