bikolya / bundler-verbose

Plugin for Bundler to generate verbose Gemfile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bundler::Verbose

Simple plugin for Bundler to generate verbose Gemfile with description of each gem. It may be useful for novice Ruby developers and if you only start diving into new Ruby project.

Bundler::Verbose Demo

Installation and usage

Install gem:

$ gem install bundler-verbose

Alternately, add it to Gemfile:

gem 'bundler-verbose'

And then execute command in your project directory:

$ bundle verbose

You can add the generated Gemfile.verbose to your VCS and come back to it when you forget what some of your gems is doing.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/bikolya/bundler-verbose. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

About

Plugin for Bundler to generate verbose Gemfile

License:MIT License


Languages

Language:Ruby 97.6%Language:Shell 2.4%