Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hatate

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hatate

  • 0.2.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Hatate

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.

Usage

Install the Hatate gem:

gem install hatate

Then run:

hatate new <app_name>

What's included?

  • Postgres
  • Tailwind CSS
  • Propshaft
  • Hotwire
  • RSpec
  • FactoryBot
  • Capybara
  • Cuprite
  • Standard
  • GitHub Actions

Development

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

Releasing

  1. Bump the version number in lib/hatate/version.rb
  2. Run bundle exec rake release, which will create a git tag for the version, push git commits and the created tag, and push the .gem file to rubygems.org.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 18 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc