Method: Terraspace::CLI::New::Project#create_starter_module
- Defined in:
- lib/terraspace/cli/new/project.rb
#create_starter_module ⇒ Object
62 63 64 65 |
# File 'lib/terraspace/cli/new/project.rb', line 62 def create_starter_module return unless @options[:examples] Module.start(component_args("example", name)) end |