UpdaterGf
UpdaterGf is a Ruby gem designed to format and beautify your Gemfile, making it cleaner and more readable. It automatically organizes gem declarations, fixes indentation, and ensures a consistent structure throughout the file. In addition to enhancing the Gemfile's appearance, GemfileBeautifier can also insert popular, commonly-used gems (like pry, rspec, and rubocop) into the Gemfile, providing a streamlined development environment right out of the box. This tool is essential for maintaining clean, professional-grade Ruby projects.
Installation
UpdateGf
Install the gem and add to the application's Gemfile by executing:
bundle add updater_gf
Or Add to Gemfile and executing 'bundle install':
gem 'updater_gf'
Or If bundler is not being used to manage dependencies, install the gem by executing:
gem install updater_gf
Usage
after install gem
open Terminal and go to directory of project run: $ updater_gf
options: '-a and -r' "'-a' will add commonly used gems"; "'-r' will update rubocop file"
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/devhoanglv92/updater_gf. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the UpdaterGf project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.