Ember Cli Scaffold

screenshot of Ember Cli Scaffold

Scaffolds models, routes and templates a la rails

Overview

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.

Features

  • Generates models, routes, and templates for easy scaffold creation
  • Includes all CRUD operations for the generated files
  • Uses ember-cli-mirage to provide a fake server in both development and tests
  • Supports generating files using the pod structure

Summary

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.