The Railslove CLI
This is a little CLI wrapper for api.railslove.com that also powers railslove.com. Now you can access (all) the Railslove content directly from your shell prompt.
Installation
Install it yourself as:
$ gem install railslove-cli
Usage
People
You can get a list of all the folks of the Railslove Family
$ railslove-people list
Once you found someone you're more interested in you can obtaim more information with:
$ railslove-people show <slug>
Projects
You can get a list of all projects where Railslove was somehow involved
$ railslove-projects list
Once you found someone you're more interested in you can obtaim more information with:
$ railslove-projects show <slug>
Contributing
- 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