# generator-pixincubator

> Using pixijs with browserify.

Latest version **2.0.0** (published 2016-09-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install generator-pixincubator
pnpm add generator-pixincubator
yarn add generator-pixincubator
bun add generator-pixincubator
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2016-09-20 |
| First published | 2015-08-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+6 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | metaladam91 |
| Keywords | yeoman-generator |

## Links

- npm: https://www.npmjs.com/package/generator-pixincubator
- Repository: https://github.com/devmetal/generator-pixincubator
- Homepage: https://github.com/devmetal/generator-pixincubator#readme
- Issues: https://github.com/devmetal/generator-pixincubator/issues
- npm.io page: https://npm.io/package/generator-pixincubator

## Dependencies (2)

- [lodash](https://npm.io/package/lodash.md) ^3.10.0
- [yeoman-generator](https://npm.io/package/yeoman-generator.md) ^0.20.2

## Recent versions

- 2.0.0 (latest) — 2016-09-20
- 1.0.1 — 2015-08-03
- 1.0.0 — 2015-08-03

## README

[![Build Status](https://travis-ci.org/devmetal/generator-pixincubator.svg?branch=master)](https://travis-ci.org/devmetal/generator-pixincubator)

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
-------
```bash
npm install -g yo gulp generator-pixincubator
```

Using
-----

```bash
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

---
_Source: https://npm.io/package/generator-pixincubator · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
