Scaffolds models, routes and templates a la rails
Ember-cli-scaffold is an addon for Ember CLI that allows the easy generation of models, routes, and templates in an Ember application, similar to how it is done in Rails. It provides all the CRUD operations and includes an acceptance test with passing tests.
Ember-cli-scaffold is a convenient addon for Ember CLI that simplifies the process of generating models, routes, and templates in an Ember application. It includes all the necessary files for CRUD operations and also provides a fake server using ember-cli-mirage. The addon supports generating files using the pod structure and is easy to install and use.