0.1.14 • Published 8 years ago

generator-xui v0.1.14

Weekly downloads
44
License
-
Repository
github
Last release
8 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

8 years ago

0.1.13

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago