Class: Ngenie::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/ngenie/cli.rb

Constant Summary collapse

TREE =
{ :work_path     => WORK_PATH,
         :confd_path    => CONFD_PATH,
         :template_path => TEMPLATE_PATH
}

Instance Method Summary collapse

Instance Method Details

#bootstrapObject



12
13
14
# File 'lib/ngenie/cli.rb', line 12

def bootstrap
  bootstrap_work_path
end

#checkObject



18
19
20
# File 'lib/ngenie/cli.rb', line 18

def check

end

#generateObject



23
24
25
# File 'lib/ngenie/cli.rb', line 23

def generate
  Generator.new.generate
end