Class: TalStyle::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- TalStyle::InstallGenerator
- Defined in:
- lib/generators/tal_style/install_generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
6 7 8 |
# File 'lib/generators/tal_style/install_generator.rb', line 6 def self.source_root @source_root ||= File.(File.join(File.dirname(__FILE__), 'templates')) end |
Instance Method Details
#create_root_reek_yml ⇒ Object
10 11 12 |
# File 'lib/generators/tal_style/install_generator.rb', line 10 def create_root_reek_yml template "reek", ".reek", force: true end |
#create_root_rubocop ⇒ Object
14 15 16 |
# File 'lib/generators/tal_style/install_generator.rb', line 14 def create_root_rubocop template "rubocop.yml", ".rubocop.yml", force: true end |