class Kyougi::Commands::Generate

Public Class Methods

subcommand_help(cmd) click to toggle source
# File lib/kyougi/commands/generate.rb, line 8
def self.subcommand_help(cmd)
end

Public Instance Methods

copy_template() click to toggle source
# File lib/kyougi/commands/generate.rb, line 11
def copy_template
  template(
    File.join('templates','template.json'),
    'template.json'
  )
end
create_http_dir() click to toggle source
# File lib/kyougi/commands/generate.rb, line 18
def create_http_dir
  directory(
    File.join('templates', 'http'),
    'http'
  )
end