https://github.com/jfrux/ember-cli-tvhelpers
Microsoft TVHelpers / TVJS for ember-cli
https://github.com/jfrux/ember-cli-tvhelpers
Last synced: 4 months ago
JSON representation
Microsoft TVHelpers / TVJS for ember-cli
- Host: GitHub
- URL: https://github.com/jfrux/ember-cli-tvhelpers
- Owner: jfrux
- License: mit
- Created: 2017-03-17T11:04:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:56:14.000Z (over 3 years ago)
- Last Synced: 2025-06-26T16:09:35.129Z (12 months ago)
- Language: JavaScript
- Size: 797 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-tvhelpers
The goal of this project is to gradually bring in useful functionality from the Microsoft/TVHelpers library and make it usable in Ember.
As of right now, it has not been tested in production.
## Installation
```sh
$ ember install ember-cli-tvhelpers
```
## Todo
- [ ] Inject all tvjs modules into the page source using Ember.
- [ ] Allow overrides to which libraries to include within your ember-cli-build.
- [ ] TBD. Create a service to access any relevant API's
- [ ] TBD. Determine and implement helpers / components that make sense for Ember.
- [ ] TBD. There may be use for a Windows.UI service, but may be a separate addon.
## 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/).