Hatate is an opinionated Ruby on Rails application generator. It makes a whole bunch of choices that I like, and I hope you like them too.
Install the Hatate gem:
gem install hatate
Then run:
hatate new <app_name>
- Postgres
- Tailwind CSS
- Propshaft
- Hotwire
- RSpec
- FactoryBot
- Capybara
- Cuprite
- Standard
- GitHub Actions
Hatate requires the latest Ruby version.
Clone the repo, then run:
bin/setup
Run tests with:
bundle exec rspec
And run Standard with:
bundle exec standardrb
You can step in to a console with:
bin/console
- Bump the version number in
lib/hatate/version.rb - Run
bundle exec rake release, which will create a git tag for the version, push git commits and the created tag, and push the.gemfile to rubygems.org.
The gem is available as open source under the terms of the MIT License.