ShinyWookie
ShinyWookie is a command line utility that generates documents with random data for you.
Installation
Install via the command line:
$ gem install shiny_wookie
Usage
After installation you can run ShinyWookie as follows:
$ shiny_wookie -a #_OF_DOCUMENTS_YOU_WANT_TO_GENERATE
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request