Class: EmberjsCouchapp::CLI
- Inherits:
-
Thor
- Object
- Thor
- EmberjsCouchapp::CLI
- Includes:
- Thor::Actions
- Defined in:
- lib/emberjs-couchapp/cli.rb
Instance Method Summary collapse
Instance Method Details
#new(path) ⇒ Object
9 10 11 |
# File 'lib/emberjs-couchapp/cli.rb', line 9 def new(path) EmberjsCouchapp::AppGenerator.start([path]) end |