ASCII art avatars emote your messages
Add this line to your application's Gemfile:
gem install cowsay
And then execute:
$ cowsay 'Hello world!'
You can set your own absolute path to cowsay template directory:
export COWSAY_TEMPLATES_PATH='/Users/xxx.yyy/my_stuff/cowsay_templates'
- 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