Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 243 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 243 Bytes

gf_beauty

A simple gem which will beautify an ugly Gemfile when you create a new Rails application.

Installation

gem install gf_beauty

Usage

Just:

rails new your_app
cd your_app
gf_beauty

Happy coding ;)