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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -