0.1.14 • Published 10 years ago

generator-xui v0.1.14

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

10 years ago

0.1.13

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago