Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

SplitmediaLabsLimited/generator-xui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published