Class: Kia::Commands::Create

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/kia/commands/create.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.template_pathObject



10
11
12
# File 'lib/kia/commands/create.rb', line 10

def self.template_path
  File.expand_path "../../../templates/site", File.dirname(__FILE__)
end

Instance Method Details

#create_siteObject



14
15
16
# File 'lib/kia/commands/create.rb', line 14

def create_site
  FileUtils.cp_r Kia::Commands::Create.template_path, "./#{name}"
end