2020-08-26 15:44:50 -07:00
|
|
|
|
# @datahub/data-models
|
2019-08-31 20:51:14 -07:00
|
|
|
|
|
2020-08-26 15:44:50 -07:00
|
|
|
|
## Compatibility
|
2019-08-31 20:51:14 -07:00
|
|
|
|
|
2020-08-26 15:44:50 -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
|
|
|
|
|
```
|
|
|
|
|
|
2020-08-26 15:44:50 -07:00
|
|
|
|
## Usage
|
2019-08-31 20:51:14 -07:00
|
|
|
|
|
|
|
|
|
[Longer description of how to use the addon in apps.]
|
|
|
|
|
|
2020-08-26 15:44:50 -07:00
|
|
|
|
## Contributing
|
2019-08-31 20:51:14 -07:00
|
|
|
|
|
|
|
|
|
### Installation
|
|
|
|
|
|
2020-08-26 15:44:50 -07:00
|
|
|
|
- `git clone <repository-url>`
|
|
|
|
|
- `cd @datahub/data-models`
|
|
|
|
|
- `yarn install`
|
2019-08-31 20:51:14 -07:00
|
|
|
|
|
|
|
|
|
### Linting
|
|
|
|
|
|
2020-08-26 15:44:50 -07:00
|
|
|
|
- `yarn lint:hbs`
|
|
|
|
|
- `yarn lint:js`
|
|
|
|
|
- `yarn lint:js --fix`
|
2019-08-31 20:51:14 -07:00
|
|
|
|
|
|
|
|
|
### Running tests
|
|
|
|
|
|
2020-08-26 15:44:50 -07:00
|
|
|
|
- `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
|
|
|
|
|
|
2020-08-26 15:44:50 -07:00
|
|
|
|
- `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/).
|
|
|
|
|
|
2020-08-26 15:44:50 -07:00
|
|
|
|
## License
|
2019-08-31 20:51:14 -07:00
|
|
|
|
|
2020-08-26 15:44:50 -07:00
|
|
|
|
This project is licensed under the [Apache License](LICENSE.md).
|