metaipsum

Build Status

metaipsum is a tool for creating Lorem ipsum generators. Get it? It's kind of meta, right?

Installation

Add this line to your application's Gemfile:

gem 'metaipsum'

And then execute:

$ bundle

Or install it yourself as:

$ gem install metaipsum

Usage

Run the metaipsum command on your command-line with a file as an argument:

metaipsum source.txt

The tool will return your ipsum placeholder text, as well as copy it to your clipboard.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request