Skip to content

maful/upperbracket

Repository files navigation

UpperBracket

Convenient way to generate full-stack Ruby on Rails application

Batteries Included 🔋

Usage

To generate a Rails application using this template, pass the -m option to rails new, like this:

rails new blog \
  -d postgresql \
  -m https://raw.githubusercontent.com/maful/upperbracket/main/template.rb

The only database supported by this template is postgresql.

Contributing

If you're interested in contributing to UpperBracket, please read our contributing docs before submitting a pull request.

License

UpperBracket is open-source software licensed under the MIT License. This means you're free to use, modify, and distribute the software as you see fit, subject to certain conditions outlined in the license. For more details, please see the LICENSE file.