Automatically comment your Gems with descriptions from RubyGems
One simple command turns this:
gem 'rails', '4.2.0'
gem 'sqlite3'
gem 'sass-rails', '~> 5.0'
into this:
gem 'rails', '4.2.0'
gem 'sqlite3'
gem 'sass-rails', '~> 5.0'
Installation
> gem install bundler-commentator
Usage
> bundler-commentator
At the moment bundler-commentator
doesn't remove existing comments, so I would
highly recommend first using bundler-reorganizer which organizes and cleans your Gemfile
Options
--gemfile_path "path/to/Gemfile"
--output_path "path/to/commented/Gemfile"
TODO
- Ability to leave existing comments