tvml-webpack-plugin

0.2.4 • Public • Published

TVML WebPack Plugin

Build Status npm version Dependency Status devDependency Status

A WebPack plugin to support on developing TVML-based WebApps for tvOS

NPM

Feel free to donate

Click here to lend your support to: NPM packages and make a donation at pledgie.com ! Or donate Bitcoins: Bitcoin

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 = require("tvml-webpack-plugin");
module.exports = {
    plugins: [
        new TvmlPlugin();
    ]
}

Advanced usage

var TvmlPlugin = require("tvml-webpack-plugin");
module.exports = {
    plugins: [
        new TvmlPlugin({appFile: './src/application.js',port:9000});
    ]
}

Thanks

Thanks to joshhunt. His project was base for this.

License

MIT, Copyright 2016 Martin Reinhardt

Readme

Keywords

Package Sidebar

Install

npm i tvml-webpack-plugin

Weekly Downloads

10

Version

0.2.4

License

MIT

Last publish

Collaborators

  • hypery2k