The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

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

METHODS

mk_app

Creates the entire Mango application from scratch using mango.pl and the Catalyst mk_app (catalyst.pl).

mk_stuff

Adds the entire Mango application to an existing Catalyst application using myapp_create.pl Mango.

mk_all

Creates the various Mango bits when called by mk_app or mk_stuff.

mk_database

Adds the data directory and mango.db SQLite database if they don't already exist.

mk_plugins

Adds the necessary plugins into MyApp.pm 'use Catalyst' code.

mk_config

Adds the necessary config changes to myapp.yml.

mk_models

Adds the necessary models.

mk_views

Adds the necessary views.

mk_controllers

Adds the necessary controllers.

mk_checkout

Adds the necessary checkout directories.

SEE ALSO

Mango::Manual

AUTHOR

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