Class: TechnoGate::Contao::Generators::Application
- Defined in:
- lib/contao/generators/application.rb
Constant Summary collapse
- REPO_URL =
'https://github.com/TechnoGate/contao_template.git'
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from TechnoGate::Contao::Generators::Base
Instance Method Details
#generate ⇒ Object
11 12 13 14 15 16 17 18 19 |
# File 'lib/contao/generators/application.rb', line 11 def generate require_global_config clone_template rename_project run_bundle_install run_rake_contao_generate_initializer commit_everything replace_origin_with_template end |