Sha256: 3e8bd91d453db06103a2cfa4ba5eaad0c01ab8970c6347b9c000670d0fd0e4fe
Contents?: true
Size: 1010 Bytes
Versions: 1
Compression:
Stored size: 1010 Bytes
Contents
[![Gem Version](https://badge.fury.io/rb/string_color.svg)](http://badge.fury.io/rb/string_color) # StringColor Output color text in console ## Installation Add this line to your application's Gemfile: ```ruby gem 'string_color' ``` And then execute: $ bundle Or install it yourself as: $ gem install string_color ## Usage ```ruby puts "This is red text".red ``` ## Available color * White - white * Red - red * Light red - light_red * Green - green * Light green - light_green * Yellow - yellow * Blue - blue * Light blue - light_blue * Purple - purple * Light purple - light_purple * Brown - brown * Cyan - cyan * Light cyan - light_cyan * Light gray - light_gray * Dark gray - dark_gray ## Contributing 1. Fork it ( https://github.com/YouSysAdmin/ruby_string_color/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
string_color-0.2 | README.md |