hotwired / stimulus-rails

Use Stimulus in your Ruby on Rails app
https://stimulus.hotwired.dev
MIT License
637 stars 91 forks source link

Add skip_manifest option to generator #123

Closed KevinBerthier closed 1 year ago

KevinBerthier commented 1 year ago

Some projects don't need to generate manifest (for example when using stimulus-controller-resolver) when generating a new stimulus controller

Here is an option to skip it