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.
- Host: GitHub
- URL: https://github.com/departure-inc/admin-generator
- Owner: departure-inc
- License: mit
- Created: 2025-01-08T02:40:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T02:53:47.000Z (5 months ago)
- Last Synced: 2025-01-19T23:55:42.315Z (4 months ago)
- Topics: generator, rails, ruby, skeleton
- Language: Ruby
- Homepage: https://github.com/departure-inc/admin-generator
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).