An open API service indexing awesome lists of open source software.

https://github.com/departure-inc/admin-generator

"Admin Generator" provides the basic admin structure template and generator.
https://github.com/departure-inc/admin-generator

generator rails ruby skeleton

Last synced: 3 months ago
JSON representation

"Admin Generator" provides the basic admin structure template and generator.

Awesome Lists containing this project

README

        

# AdminGenerator
skeleton admin structure generator.

## Installation
Add this line to your application's Gemfile:

```ruby
gem "admin_generator", github: "departure-inc/admin-generator"
```

## Usage
How to use my plugin.

```bash
$ bundle exec rails g admin Thing
```

## Contributing
1. Find a project you want to contribute to
2. Fork it
3. Clone it to your local system
4. Make a new branch
5. Make your changes
6. Push it back to your repo
7. Click the Compare & pull request button
8. Click Create pull request to open a new pull request

## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).