Skip to content

davidcole/terminal-display-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terminal-display-colors

DESCRIPTION:

Adds color methods to String for easily adding color to terminal output.

FEATURES/PROBLEMS:

  • Displays strings as colored output.

SYNOPSIS:

require 'rubygems'
require 'terminal-display-colors'

puts 'red'.red
puts 'green'.green
puts 'blue'.blue

REQUIREMENTS:

Ruby.

INSTALL:

gem install terminal-display-colors

LICENSE:

terminal-display-colors is released under the MIT License.

About

Adds color methods to String for easily adding color to terminal output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages