Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maful/upperbracket
Convenient way to generate full-stack Rails (Vite, Tailwind CSS, Rodauth, Rubocop)
https://github.com/maful/upperbracket
hacktoberfest rails rails-template rodauth-rails rubocop tailwindcss template vite
Last synced: 16 days ago
JSON representation
Convenient way to generate full-stack Rails (Vite, Tailwind CSS, Rodauth, Rubocop)
- Host: GitHub
- URL: https://github.com/maful/upperbracket
- Owner: maful
- License: mit
- Created: 2023-09-08T05:35:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T01:16:24.000Z (about 1 year ago)
- Last Synced: 2024-10-23T13:38:06.191Z (23 days ago)
- Topics: hacktoberfest, rails, rails-template, rodauth-rails, rubocop, tailwindcss, template, vite
- Language: Ruby
- Homepage: https://maful.web.id
- Size: 94.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# UpperBracket
Convenient way to generate full-stack Ruby on Rails application
## Batteries Included 🔋
- [strong_migrations](https://github.com/ankane/strong_migrations)
- [dotenv-rails](https://github.com/bkeepers/dotenv)
- [vite_rails](https://vite-ruby.netlify.app/)
- [aasm](https://github.com/aasm/aasm)
- [simple_form](https://github.com/heartcombo/simple_form)
- [discard](https://github.com/jhawthorn/discard)
- [local_time](https://github.com/basecamp/local_time)
- [sidekiq](https://github.com/sidekiq/sidekiq)
- [sidekiq-cron](https://github.com/sidekiq-cron/sidekiq-cron)
- [pagy](https://github.com/ddnexus/pagy)
- [draper](https://github.com/drapergem/draper)
- [inline_svg](https://github.com/jamesmartin/inline_svg)
- [rodauth-rails](https://github.com/janko/rodauth-rails)
- [prettier](https://prettier.io)
- [tailwindcss](https://tailwindcss.com)
- [action_policy](https://github.com/palkan/action_policy)
- [phosphor-icons](https://github.com/maful/ruby-phosphor-icons)
- [actor](https://github.com/sunny/actor)
- [pry](https://github.com/pry/pry)
- [rubocop](https://github.com/rubocop/rubocop)
- [rubocop-rails](https://github.com/rubocop/rubocop-rails)
- [rubocop-shopify](https://ruby-style-guide.shopify.dev)## 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](https://github.com/maful/upperbracket/blob/main/CONTRIBUTING.md) **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](https://github.com/maful/upperbracket/blob/main/LICENSE) file.