Skip to content

runeleaf/skeleton-generator

 
 

Repository files navigation

Skeleton Generator

skeleton structure generators libraries.

Usage

How to use my plugin.

initial core file placement.

$ bundle exec rails g skeleton_generator:install

dependency 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

Installation

Add this line to your application's Gemfile:

gem 'skeleton_generator', github: 'departure-inc/skeleton-generator'

And then execute:

$ bundle

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.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 88.1%
  • Makefile 5.8%
  • Dockerfile 3.3%
  • Slim 2.4%
  • Procfile 0.4%