[Gem] Mecha - Rails apps generator
Mecha generates Rails apps with some defaults.
https://github.com/magrathealabs/mecha
Example:
mecha <projectname> --devise --bitbucket-pipelines --sentry
Will generate a Rails app with name and add some defaults. It configures the app to use sass, remove Turbolinks and CoffeeScript, configure Guard, Rubocop, and Simplecov, Factory Girl, Faker, Timecop, Capybara, Poltergeist and Database Rewinder.
It will also configure Devise, Bitbucket Pipelines, and Sentry.
Mecha is easy to extend, just create a new Rails generator inside lib/mecha/generators.
Post a comment