Cheatly
This is a command line toolset to handle the cheat-sheets reposity located at sheets folder.
This gem is not a fork but inspired by defunkt/cheat. However instead of using a full server to store the sheets, it uses github as central repository, making more reliable and easy to add new ones.
Help: Adding a new cheat-sheet
Submit a PR, adding a file to sheets
folder, with the cheat-sheet name.
- Fork it
cheatly new name
(replacing name with name of the sheet)- Create new Pull Request
Installation
$ gem install cheatly
Usage
Help
$ cheatly help
List all cheat sheets
$ cheatly list
Show a cheat sheet
$ cheatly show gem_release
Contributing
- 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