This probably won't be too useful for most people as it's heavily geared towards the needs of my team. In case anyone's interested, here's what it contains:
- SWCs for Robotlegs, Reprise and SWFAddress
- Ready-made integration of SWFAddress
- complete basic structure for a Robotlegs project in a generic package
- get a zip- or tarball of the project from github
- extract it to an empty folder that should contain your project
- rename the generic namespace "app" to something useful for your application
- rename the main application class from App to something useful for your application
- fix the Frame metadata in the main application class
- implement application specific view, mediators, services, commands, etc.