SplitmediaLabsLimited / generator-xjs

Yeoman Generator for scaffolding an XSplit plugin using the XSplit JS Framework.
Other
0 stars 0 forks source link

Allow generation of es2015-ready plugins #6

Open mikeybanez opened 8 years ago

mikeybanez commented 8 years ago

This isn't a huge priority, but since we are already internally using ES2015 for XSplit plugins, we should add an option to the generator to automatically create all the boilerplate as described in this tutorial. We already have the TypeScript option but it might be good to go more lightweight.

This will also allow interested developers to just skip that entire tutorial, and just yo xjs instead.