generator-pixincubator
v2.0.0
Published
Using pixijs with browserify.
Readme
Pixi yeoman generator
Basic generator project for pixijs developers. This generator allows to create pixijs projects wich use browserify and babelify (because of es6).
Install
npm install -g yo gulp generator-pixincubatorUsing
yo pixincubator my-app
cd my-app
gulpThe gulp will do
- Build the less and browserify the app.
- Start the BrowserSync with the files from the public folder
- Start watching the apps js files and the less files
Scaffolding
The generatow will create this structure
- my-app
- public
- assets
- android_icon.png
- vendor
- pixi.min.js
- index.html
- assets
- src
- app
- Droid.js (example)
- less
- main.less
- index.js (browserify entry point)
- app
- gulpfile.js
- package.json
- shim.js
- public
