TVML WebPack Plugin
A WebPack plugin to support on developing TVML-based WebApps for tvOS
Feel free to donate
Or donate Bitcoins:
Also via greenaddress
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
var TvmlPlugin = ;moduleexports =plugins:;
Advanced usage
var TvmlPlugin = ;moduleexports =plugins:appFile: './src/application.js'port:9000;
Thanks
Thanks to joshhunt. His project was base for this.
License
MIT, Copyright 2016 Martin Reinhardt