0.1.14 • Published 9 years ago

generator-xui v0.1.14

Weekly downloads
44
License
-
Repository
github
Last release
9 years ago

Generator-XUI

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

Installation

npm install -g yo
npm install -g generator-xui

Basic usage (TypeScript based, recommended)

TypeScript has support for autocomplete when using Atom Editor with atom-typescript plugin

mkdir YOUR_DIR
cd YOUR_DIR
yo xui
gulp

Using with JavaScript

mkdir YOUR_DIR
cd YOUR_DIR
yo xui:js
gulp

Recommended Editors

Atom (atom-typescript plugin)

SublimeText (TypeScript plugin)

WebStorm

0.1.14

9 years ago

0.1.13

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago