https://github.com/0x4e3/ember-data-json-schema
Ember.js addon to generate models from json-schema
https://github.com/0x4e3/ember-data-json-schema
ember-addon emberjs json-schema
Last synced: about 2 months ago
JSON representation
Ember.js addon to generate models from json-schema
- Host: GitHub
- URL: https://github.com/0x4e3/ember-data-json-schema
- Owner: 0x4e3
- License: mit
- Created: 2017-03-10T15:00:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T15:31:52.000Z (over 9 years ago)
- Last Synced: 2025-04-03T10:43:56.638Z (about 1 year ago)
- Topics: ember-addon, emberjs, json-schema
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/0x4e3/ember-data-json-schema)
# ember-data-json-schema
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone ` this repository
* `cd ember-data-json-schema`
* `npm install`
* `bower install`
## Running
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
## Running Tests
* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`
## Building
* `ember build`
For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).