class Furichan::CLI

Public Instance Methods

furichan() click to toggle source
# File lib/furichan/cli.rb, line 11
def furichan
  invoke :init
  invoke :reflection
end
furik() click to toggle source
# File lib/furichan/cli.rb, line 28
def furik
  init_furik
end
init() click to toggle source
# File lib/furichan/cli.rb, line 17
def init
  init_branch
  init_file
end
reflection() click to toggle source
# File lib/furichan/cli.rb, line 23
def reflection
  set_template(create_template)
end