Method: Webby::Apps::Generator.run

Defined in:
lib/webby/apps/generator.rb

.run(args) ⇒ Object

Create a new Generator instance and run the webby application given the command line args.



18
19
20
# File 'lib/webby/apps/generator.rb', line 18

def self.run( args )
  self.new.run args
end