Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 424 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 424 Bytes

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