skeleton structure generators libraries.
How to use my plugin.
initial rails project example.
$ rails new sample-app -d postgresql -T -B -a propshaft -c tailwind -t rspec --docker --skip-jbuilderinitial core file placement.
$ bundle exec rails g skeleton_generator:installdependency generator command.
$ bundle exec rails g service CreateThing
$ bundle exec rails g batch ImportThing
$ bundle exec rails g form Thing
$ bundle exec rails g view_model Thing
$ bundle exec rails g admin ThingAdd this line to your application's Gemfile:
# Gemfile
ruby '3.3.5'
gem 'rails', '~> 8.0.1'
gem 'skeleton_generator', github: 'departure-inc/skeleton-generator'And then execute:
$ bundle- Find a project you want to contribute to
- Fork it
- Clone it to your local system
- Make a new branch
- Make your changes
- Push it back to your repo
- Click the Compare & pull request button
- Click Create pull request to open a new pull request
The gem is available as open source under the terms of the MIT License.