I just published a code generation tool I’ve been working on lately. It’s an ANT-based tool, but is distributed via , which allows it to be easily installed as a command-line tool once you have , rubygems, and installed.
Once you have those programs installed, simply enter ($> just denotes you are at a prompt on the command line)
$> gem install puremvc-gen
and the tool will be installed. Read on to see how to use it…