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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.41latest
0.2.3-dev-10next

Version History

VersionDownloads (Last 7 Days)Published
0.2.3-dev-10
0.2.4-190
0.2.4-180
0.2.4-10
0.2.4-170
0.2.4-160
0.2.41
0.2.3-150
0.2.3-140
0.2.3-130
0.2.3-110
0.2.3-10
0.2.3-100
0.2.3-90
0.2.30
0.2.3-dev-40
0.2.2-80
0.3.0-dev-20
0.2.2-10
0.2.20
0.2.2-70
0.2.10
0.2.00
0.1.10
0.1.00

Package Sidebar

Install

npm i tvml-webpack-plugin

Weekly Downloads

1

Version

0.2.4

License

MIT

Last publish

Collaborators

  • hypery2k