Command line interface to exfe.com
[sudo] gem install exfe
Install from source code
[sudo] gem install bundler && bundle && rake build && [sudo] rake install
Compatible with Ruby 1.8.7+ and Ruby 1.9+
List my crosses
exfe crosses
View a cross
exfe cross CROSS_ID
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Made with love through Readme Driven Development