Ember Data Model Maker (EDMM) is a tiny Ember.js app (built with ember-cli). Its purpose is to give a little clarity about what code is needed to get your app up and running with Ember Data. It was originally written as a 'companion app' to Getting Started with Ember Data.
http://andycrum.github.io/ember-data-model-maker/
EDMM requires ember-cli to run. Once you've installed ember-cli,
just navigate to the EDMM directory, run npm install
and then ember serve
to get it running locally.
Feel free to open issues or pull requests for any errors you run into or features you think should exist.
Distributed under The MIT License