Method: Forge::Generator#run

Defined in:
lib/forge/generator.rb

#runObject



81
82
83
84
85
86
87
88
89
# File 'lib/forge/generator.rb', line 81

def run
  write_config
  create_structure
  copy_stylesheets
  copy_javascript
  copy_templates
  copy_functions
  return self
end