Class: Kia::Commands::Create
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Kia::Commands::Create
- Includes:
- Thor::Actions
- Defined in:
- lib/kia/commands/create.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.template_path ⇒ Object
10 11 12 |
# File 'lib/kia/commands/create.rb', line 10 def self.template_path File. "../../../templates/site", File.dirname(__FILE__) end |
Instance Method Details
#create_site ⇒ Object
14 15 16 |
# File 'lib/kia/commands/create.rb', line 14 def create_site FileUtils.cp_r Kia::Commands::Create.template_path, "./#{name}" end |