SplitmediaLabsLimited / generator-xjs

Yeoman Generator for scaffolding an XSplit plugin using the XSplit JS Framework.
Other
0 stars 0 forks source link

Generator-XJS

This is a Yeoman Generator for scaffolding an XSplit plugin using the XSplit JS Framework.

Installation

npm install -g bower
npm install -g yo
npm install -g generator-xjs

Basic Usage

mkdir YOUR_DIR
cd YOUR_DIR
yo xjs
gulp

Scaffold XJS Project with Webpack

mkdir YOUR_DIR
cd YOUR_DIR
yo xjs:webpack
webpack --watch