generator-air-game
v0.0.4
Published
An AIR for Mobile game project generator to speed up the standard classes I keep recreating with each project.
Downloads
17
Maintainers
Readme
generator-air-game
An AIR for Mobile game project generator to speed up the standard classes I keep recreating with each project.
Installation
Install yeoman globally as you normally would:
$ npm install -g yoNext, install this generator:
$ npm install -g generator-air-gameRun the generator in any empty directory to scaffold your game! Dependencies will be automatically installed after scaffolding.
$ mkdir MyGame
$ cd MyGame
$ yo air-gameRunning
You will need to create Game.fla file and have Main class be the Doc class. I am working on including the sample run project
