Class: Kia::Commands::Post

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.source_rootObject



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

def self.source_root
  File.expand_path "../../../templates/files/", File.dirname(__FILE__)
end

Instance Method Details

#copy_templateObject



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

def copy_template
  template "post.html.md", "source/posts/#{name}.html.md"
end