Zguillez | Guillermo de la Iglesia
npm install -g yo
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
For update npm
sudo npm install npm -g
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
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.
©2016 Zguillez.io
Original code licensed under MIT Open Source projects used within this project retain their original licenses.
Initial Starling Framework skeleton