Class: Appgen::CLI

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

Class Method Summary collapse

Class Method Details

.execute(path = nil) ⇒ Object



6
7
8
9
10
# File 'lib/appgen/cli.rb', line 6

def self.execute(path=nil)
  puts 'Welcome to Appgen'
  app = Appgen::Loader.load path
  Appgen::Generator.generate app
end