Toolshed
Toolshed is a utility gem. The purpose of toolshed is to make small to complex command line tasks easier. This includes tasks related to Git like creating a pull request or creating a branch. It also includes tasks like ticket tracking. Currently only a limited set of products is supported but this can be expanded over time as needed.
Installation
Add this line to your application's Gemfile:
gem 'toolshed'
And then execute:
$ bundle
Or install it yourself as:
$ gem install toolshed
Usage
After installing the gem run toolshed from the command line for help menu. It will list the available commands.
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
