[![Stories in Ready](https://badge.waffle.io/enilsen16/eefgilm.png?label=ready&title=Ready)](https://waffle.io/enilsen16/eefgilm) #Eefgilm: A gem for cleaning up your Gemfile #Description: This gem automatically sorts the Gemfile alphabetically and removes comments, per Best Practice. Grouped gems are only sorted within their group. ## Installation Add this line to your application's Gemfile: gem 'eefgilm' And then execute: $ bundle Or install it yourself as: $ gem install eefgilm ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it ( https://github.com/enilsen16/eefgilm/fork ) 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 a new Pull Request