
Jifty::Script::App - Create the skeleton of a Jifty application

jifty --name MyApp Creates an application Options: --name application name --help brief help message --man full documentation

This script creates the skeleton of your application. See Jifty::Manual::Tutorial for more information.
Required option. It is the name of the application to create. Jifty will create a directory with that name, and place all of the files it creates inside that directory.
Print a brief help message and exits.
Prints the manual page and exits.

Creates a skeleton of a new Jifty application. See Jifty::Manual::Tutorial for an example of its use.

Create a directory for the application, a skeleton directory structure, and a Makefile.PL for you application.