
Catalyst::Helper::Mango - Catalyst Helper for Mango applications

## for a new application
$ mango.pl MyApp
## in an existing Catalyst application
$ cd MyApp
$ script/myapp_create.pl Mango

Creates a new Mango application, or adds a Mango application into an existing Catalyst application.

Creates the entire Mango application from scratch using mango.pl and the Catalyst mk_app (catalyst.pl).
Adds the entire Mango application to an existing Catalyst application using myapp_create.pl Mango.
Creates the various Mango bits when called by mk_app or mk_stuff.
Adds the data directory and mango.db SQLite database if they don't already exist.
Adds the necessary plugins into MyApp.pm 'use Catalyst' code.
Adds the necessary config changes to myapp.yml.
Adds the necessary models.
Adds the necessary views.
Adds the necessary controllers.
Adds the necessary checkout directories.


Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/