Class: Appgen::CLI
- Inherits:
-
Object
- Object
- Appgen::CLI
- 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 'Appgen' app = Appgen::Loader.load path Appgen::Generator.generate app end |