mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-01 05:47:17 +00:00
36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
![]() |
@datahub/lists
|
||
|
==============================================================================
|
||
|
|
||
|
This hosts the service, application components, utilities, and application type definitions for Data Hub's Entity Lists feature.
|
||
|
The goal of the the addon is to provide the EntityList service and list components that make it easier share functionality and data across Entity List use cases.
|
||
|
|
||
|
An Entity List is a list of Data Hub entities (Entities) that map to metadata-models data entities.
|
||
|
|
||
|
|
||
|
Compatibility
|
||
|
------------------------------------------------------------------------------
|
||
|
|
||
|
* Ember.js v2.18 or above
|
||
|
* Ember CLI v2.13 or above
|
||
|
* TypeScript v3.3 or above
|
||
|
|
||
|
|
||
|
Installation
|
||
|
------------------------------------------------------------------------------
|
||
|
|
||
|
```
|
||
|
ember install @datahub/lists
|
||
|
```
|
||
|
|
||
|
|
||
|
Contributing
|
||
|
------------------------------------------------------------------------------
|
||
|
|
||
|
See the [Contributing](CONTRIBUTING.md) guide for details.
|
||
|
|
||
|
|
||
|
License
|
||
|
------------------------------------------------------------------------------
|
||
|
|
||
|
This project is licensed under the [MIT License](LICENSE.md).
|