Command line tool for http://www.mameblo.com
Add this line to your application's Gemfile:
gem 'mameclo'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mameclo
mameclo entry [number] # Open the entry
mameclo help [COMMAND] # Describe available commands or one specific command
mameclo open # Open http://www.mameblo.com by default browser
- 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