The main purpose of this generator are:
- Give an idea to newcomers how to create a simple CRUD application
- Make development process faster
- Because ruby has Thor gem, which really stable, rich feature and used by several other gems (e.g: rails, bundle)
- Ruby has great Inflector library (from rails)
- Ruby has Rubygems that make delivering process easier
$ gem install larator
larator generate scaffold user
After checking out the repo, run bundle install
to install dependencies. Then, run rspec
to run the tests, also run cucumber
to run Aruba test.
Read options from .larator.conf config file- Read custom template from .larator folder
- Add generator for view, controller, request, etc
- Create gh-pages to explain all features
Bug reports and pull requests are welcome on GitHub at https://github.com/guiltry/larator. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.