rootstrap / htmx-rails

The easiest way to work with HTMX in your Rails app
https://www.rootstrap.com/
MIT License
117 stars 5 forks source link

Install generators #1

Closed JulianPasquale closed 3 years ago

JulianPasquale commented 3 years ago

Summary

This PR add generators for HTMX configuration in Rails apps and also some refactoring.

After installation, devs can execute the next command to automatically configure gem:

rails g htmx_rails:install

In this Pull Request:

Other Information