Sha256: 5648817acd5bd5d06a93f10281c753b96da63e02921f847a6243d4ac40752b2a

Contents?: true

Size: 1.71 KB

Versions: 4

Compression:

Stored size: 1.71 KB

Contents

# 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](https://github.com/devhoanglv92/updater_gf/blob/master/CODE_OF_CONDUCT.md).

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## 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](https://github.com/[USERNAME]/updater_gf/blob/master/CODE_OF_CONDUCT.md).

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
updater_gf-0.1.8 README.md
updater_gf-0.1.7 README.md
updater_gf-0.1.6 README.md
updater_gf-0.1.5 README.md