https://github.com/hypery2k/tvml-webpack-plugin
https://github.com/hypery2k/tvml-webpack-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hypery2k/tvml-webpack-plugin
- Owner: hypery2k
- License: mit
- Created: 2016-01-23T14:23:00.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-30T02:44:56.000Z (about 1 year ago)
- Last Synced: 2025-04-23T13:41:43.672Z (2 months ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# TVML WebPack Plugin
[](https://travis-ci.org/hypery2k/tvml-webpack-plugin) [](http://badge.fury.io/js/tvml-webpack-plugin) [](https://david-dm.org/hypery2k/tvml-webpack-plugin) [](https://david-dm.org/hypery2k/tvml-webpack-plugin#info=devDependencies)
> A WebPack plugin to support on developing TVML-based WebApps for tvOS
[](https://nodei.co/npm/tvml-webpack-plugin/)
> Feel free to **donate**
>
>![]()
>
>![]()
>
> Or donate [Bitcoins](bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D):
> [](bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D)
>
> Also via [greenaddress](https://greenaddress.it/pay/GA3ZPfh7As3Gc2oP6pQ1njxMij88u/)## Installation
```
npm install tvml-webpack-plugin --save-dev
```Or if you want to use the development version (nightly build), which maybe not stable!:
```
npm install tvml-webpack-plugin@next --save-dev
```## Usage
``` javascript
var TvmlPlugin = require("tvml-webpack-plugin");
module.exports = {
plugins: [
new TvmlPlugin();
]
}
```## Advanced usage
``` javascript
var TvmlPlugin = require("tvml-webpack-plugin");
module.exports = {
plugins: [
new TvmlPlugin({appFile: './src/application.js',port:9000});
]
}
```## Thanks
Thanks to [joshhunt](https://github.com/joshhunt). [His project](https://github.com/joshhunt/tvos-au-vod) was base for this.
## License
MIT, Copyright 2016 Martin Reinhardt