49 lines
962 B
Markdown
Raw Normal View History

# @datahub/data-models
2019-08-31 20:51:14 -07:00
## Compatibility
2019-08-31 20:51:14 -07:00
- Ember.js v3.8 or above
- Ember CLI v2.13 or above
- Node.js v8 or above
## Installation
2019-08-31 20:51:14 -07:00
```
ember install @datahub/data-models
```
## Usage
2019-08-31 20:51:14 -07:00
[Longer description of how to use the addon in apps.]
## Contributing
2019-08-31 20:51:14 -07:00
### Installation
- `git clone <repository-url>`
- `cd @datahub/data-models`
- `yarn install`
2019-08-31 20:51:14 -07:00
### Linting
- `yarn lint:hbs`
- `yarn lint:js`
- `yarn lint:js --fix`
2019-08-31 20:51:14 -07:00
### Running tests
- `ember test` Runs the test suite on the current Ember version
- `ember test --server` Runs the test suite in "watch mode"
- `ember try:each` Runs the test suite against multiple Ember versions
2019-08-31 20:51:14 -07:00
### Running the dummy application
- `ember serve`
- Visit the dummy application at [http://localhost:4200](http://localhost:4200).
2019-08-31 20:51:14 -07:00
For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
## License
2019-08-31 20:51:14 -07:00
This project is licensed under the [Apache License](LICENSE.md).