L33t Output

Make your output look l33t

Installation

Add this line to your application's Gemfile:

gem 'l33t-output'

And then execute:

$ bundle

Or install it yourself as:

$ gem install l33t-output

Usage

In your code

To make all of your output super l33t, simply add the following line to the top of your program:

require 'l33t-output/autoload'

From the command line

To make the output of other programs super l33t, simply pipe them through l33tcat

echo "The eagle soars at noon" | l33tcat

or use it to spice up boring files

l33tcat LICENSE.txt

Contributing

  1. Fork it
  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 new Pull Request