LetItFall
Let it snow or something in the Mac terminal.
Installation
Add this line to your application's Gemfile:
gem 'let_it_fall'
And then execute:
$ bundle
Or install it yourself as:
$ gem install let_it_fall
Usage
open Mac terminal, then try following command.
$ let_it_fall beer
Or
$ let_it_fall code 0x2660 0x2666 -r
let_it_fall help for more info.
Contributing
- Fork it ( https://github.com/[my-github-username]/let_it_fall/fork )
- 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 a new Pull Request