One of the last things I have on the list before Handel 1.0 is let loose upon the world was to get the QuickStart.pod in order. Before that can be done, I actually need to make a quick start possible. :-)
Handel already has Catalyst helpers to generate start scaffolding for cart/order/checkout pages and to add just pieces and parts to an existing Cat app. And a few weeks ago, I created Module::Starter::Handel to auto generate the recommended non-catalyst subclasses.
Today was an effort on marrying the two.
For users not interested in Cat (WTF?), you can:
handel MyApp cd MyApp script/myapp_setup.pl dbi:foo:bar
catalyst MyApp cd MyApp script/myapp_create.pl Handel dbi:foo:bar script/myapp_createdb.pl dbi:foo:bar script/myapp_server.pl