marcioj / ember-cli-scaffold

Scaffolds models, routes and templates a la rails
https://github.com/marcioj/ember-cli-scaffold
43 stars 9 forks source link

Pods support #16

Closed marcioj closed 9 years ago

marcioj commented 9 years ago

This PR brings pods support and also split the scaffold generator in several generators (model, adapter, template, route, mixin, acceptance-test). So ember g scaffold car brand:string --pod will work like expected.