Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 687 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 687 Bytes

terminal-display-formats

DESCRIPTION:

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

FEATURES/PROBLEMS:

  • Displays strings as formatted output.

SYNOPSIS:

require 'rubygems'
require 'terminal-display-formats'

puts 'bold'.bold
puts 'underline'.underline
puts 'blink'.blink

REQUIREMENTS:

Ruby.

INSTALL:

gem install terminal-display-formats

LICENSE:

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