Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 675 Bytes

File metadata and controls

41 lines (29 loc) · 675 Bytes

DevHub

List all generators in one page.

screenshot

Installation

Add this line to your application's Gemfile:

gem "dev_hub"

And then execute:

$ bundle

Or install it yourself as:

$ gem install dev_hub

Usage

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

Contributing

Contribution directions go here.

License

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