generator-pixincubator

v1.0.1
Using pixijs with browserify.
yeoman-generator

Build Status

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-pixincubator

Using

yo pixincubator my-app
cd my-app
gulp

The 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
    • src
      • app
        • Droid.js (example)
      • less
        • main.less
      • index.js (browserify entry point)
    • gulpfile.js
    • package.json
    • shim.js

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/3/2015

Downloads

Maintainers