metaipsum
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:
source.txt
The tool will return your ipsum placeholder text, as well as copy it to your clipboard.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request