SemillaGen (Semilla Generator) Gem
This gem helps creating the base code for projects in ActionScript. The gem comes with some default templates used for Project or Class/TestCase generation but you can also create your own custom templates for either Projects or Classes.
Install
Pending
Usage
Generating a new project with the default template.
$ cd ~/myprojects
$ semillagen project MyFancyApp
Generating a new class and test case with the default template.
$ semillagen class com.semilla.TimeMachine
Template found at: ./default_templates/class/default
Generating files for: com.semilla.TimeMachine
=> src/com/semilla/TimeMachine.as
=> test-src/com/semilla/TestTimeMachine.as