fluby 0.6.1 released
07 Dec 2008Good morning!
I have just uploaded a new version of fluby to RubyForge. It will be available in a few hours. If you are the impatient kind, you can always install from the Gem repository at Github by running:
gem sources -a http://gems.github.com
gem install bomberstudios-fluby
what the hell is fluby?
Nice of you to ask. From the README:
fluby is a simple command to create an empty ActionScript project for MTASC + SWFMILL + Rake
I have been using it for quite some time for all my ActionScript projects, and it has saved me countless hours of work.
It uses Ruby, Rake, MTASC and swfmill to make project creation and compilation 100% painless.
To create a new project:
fluby Projectname
To compile your brand new project:
cd Projectname
rake
That should generate a 'Projectname.swf' file on the 'deploy' folder. The SWF file is debug-enabled (i.e: you can see the trace() output if you have a debug Flash Player). If you want to release your project without debug information, run
rake release
New in version 0.6 is the ability to generate files from templates, so you can spend your time on the really important matters of life, such as finding the perfect beer or learning japanese :)