generator-starling
v2.1.1
Published
Mobile development with Adobe Flash and Starling
Downloads
5
Maintainers
Readme
generator-starling
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)
- Include Feathers UI 2.3.0
- Include Feathers themes
- New initial dummy project with navigation
v1.0.0 (January 12, 2016)
- Fix yo install version
v0.1.0 (October 16, 2015)
Initial Starling Framework skeleton