#colorizr
colorizr is a simple gem to colorize terminal output.
#Install
Run the following from your terminal:
gem install colorizr-0.0.1.gem
Or add the following line to Gemfile:
gem 'colorizr-0.0.1'
and run bundle install
from your terminal
#Getting Started Examples are provided in the example.rb file.
To colorize strings:
"example".red
To get a list of color methods available:
p "example".colors
To get output sample text showcasing all colors:
String.sample_colors
#License colorizr is free software under the MIT license