Extend rails new generator for a new application -
I would like to use custom versions instead of default 'Gemfile' and some standard assets (SCS, JS)
Rail New Myappname
Is this a great way to get?
Use the Rail app and specify a template using the -M option.
Railway new myapp -m https://raw.github.com/RailApps/rails - composer / master / composer.rb
This generates you Will take through a series of questions and prepare a project with the starter pack!
One such question:
question template engine? 1) ERB 2) HAMIL 3) Slim
You can select slim insights, you want to use slim for all new ideas that are generated for the project.
Comments
Post a Comment