Build Status Code Climate

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request