Trump

Add a gem to the Gemfile with more info in comments.

Below is an example of the output in the Gemfile:

# This is the gem description
# [gemname](http://gemurl.com)
gem "gemname", "0.0.1"

Installation

Install the gem:

$ gem install trump

Usage

There is only one command and this is explained below.

Add

Run the following command followed by the name of the gem.

trump gemname
trump add gemname

Both commands are the same.

Now check out your Gemfile and look at the info added to the gem.

TODO

  • Edit an existing gem
  • Choose the version number
  • Remove a gem
  • Add a gem in the development group

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