List all generators in one page.
Add this line to your application's Gemfile:
gem "dev_hub"
And then execute:
$ bundle
Or install it yourself as:
$ gem install dev_hub
How to use my plugin.
# add into routes
Rails.application.routes.draw do
mount DevHub::Engine => "/dev_hub"
end
then visit http://127.0.0.1:3000/dev_hub/generators
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.