zguillez / generator-starling

Yeoman generator for Flash Mobile App with Starling
2 stars 1 forks source link

generator-starling

Greenkeeper badge

Join the chat at https://gitter.im/zguillez/generator-starling

npm version Build Status Code Climate Dependency Status Installs License Analytics

Zguillez | Guillermo de la Iglesia

Yeoman generator for Adobe Flash Mobile application with Starling

Getting Started

Install Yeoman

npm install -g yo

Yeoman Generators

To install generator-starling from npm, run:

npm install -g generator-starling

Finally, initiate the generator:

yo starling

If you have error on install try to update dependences manually:

sudo npm update

Requeriments

NodeJS

For update npm

sudo npm install npm -g

Usage

Initialize the project with a Grunt task:

grunt init:myProjectName

This will rename the undefined.fla file to myProjectName.fla

And rename the actionscript packages of classes Main.as and Game.as to com.ilusionarte.games.myProjectName

Contributing and issues

Contributors are welcome, please fork and send pull requests! If you have any ideas on how to make this project better then please submit an issue or send me an email.

License

©2016 Zguillez.io

Original code licensed under MIT Open Source projects used within this project retain their original licenses.

Changelog

v2.0.0 (January 16, 2016)

v1.0.0 (January 12, 2016)

v0.1.0 (October 16, 2015)

Initial Starling Framework skeleton