GemfileReader is a command-line tool that retrieves descriptions of the gems listed in a Gemfile, including those not currently installed, unlike bundle list
.
To install the gem, run:
$ gem install gemfile_reader
To use GemfileReader, run it from the directory containing your Gemfile:
$ gemfile_reader
Alternatively, you can specify a path to a Gemfile:
$ gemfile_reader path/to/Gemfile
Bug reports and pull requests are welcome on GitHub at https://github.com/fenec/gemfile_reader. Please ensure to follow the contribution guidelines outlined in the repository.