Colorizr lets you color your text in terminal
0.0.1
text can be printed in following colors
- red
- green
- yellow
- blue
- pink
- light_blue
- white
- light_grey
- black
follow steps as below
clone - git clone https://github.com/d3diva/colorizr
cd colorizr
sudo gem install colorizr
and do use "require colorizr" in your code
-
list colors available to use -
String.colors
-
list colors with text sample -
String.sample_colors
"Ruby is awesome".pink
Colorizr
is a public domain work. Feel free to do whatever you want with it.