Sha256: b228ec6dfbeff54284adc3c28266bce9d515bc51d737c4b07c94d18c24797204

Contents?: true

Size: 1.62 KB

Versions: 5

Compression:

Stored size: 1.62 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

## 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

5 entries across 5 versions & 1 rubygems

Version Path
updater_gf-0.1.4 README.md
updater_gf-0.1.3 README.md
updater_gf-0.1.2 README.md
updater_gf-0.1.1 README.md
updater_gf-0.1.0 README.md