Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 666 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 666 Bytes

GemfileReader

GemfileReader is a command-line tool that retrieves descriptions of the gems listed in a Gemfile, including those not currently installed, unlike bundle list.

Installation

To install the gem, run:

$ gem install gemfile_reader

Usage

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

Contributing

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.