#TerMeme
Er mer gerd. Memes fer der terminal
##Installation
brew install imagemagick
ruby -e "$(curl -fsSL https://raw.github.com/otternq/termeme/master/script/systemdeps.rb)"
gem install termeme
##From terminal
###Show me how to use ALL THE MEMES
$ termeme usage
termeme generate yuno <top text>###What Memes can I make?
$ termeme list
Y U No - use: yuno###Just help me
$ termeme help
-termeme: help
termeme --version prints the current termeme version
termeme help this help text
termeme list list all available memes
termeme generate <meme> meme text generate a meme with only one line of text required
termeme usage show how to use all the memes
termeme usage meme show how to use a meme
termeme help <meme>
termeme <meme> usage
termeme <meme> help##As part of your ruby
require "termeme"
yuno = TerMeme::MEME::YUNo.new
yuno.generate("printed")##Contributing
If you wanna meme with us, clone the repos, make a feature branch and then code your heart out.
Once you have written/updated the yur meme make sure to update
the gemspec with rake gemspec which will update the file
list, date, etc. You can also run rake build to generate the
gem in the pkg directory.
While testing code I find rake console helpful, it will start
irb and automatically include lib/termeme.rb so you can test
your changes.
when your done just send me a pull request
###Testing dependencies
I've added all the dependencies to rake deps, but if it doesn't
agree with your system just install the following as well as the
dependencies listed under Installation.
####Roundup
To run some of the tests, roundup is required. Just run:
$ brew install roundup
##Other Stuff
For better or worse, I grabbed a large amount of scaffolding from Boom