NAME
handel - Bootstrap a Handel application
SYNOPSIS
handel [options] application-name
Options:
--help Show this message
--author Your name
--email Your email address
--distro Name of dist. Defaults to application name
--dir Name of directory to to create dist in
--builder ExtUtils::MakeMaker (default) or Module::Build
--force Overwrite existing files
--noverbose Turn off progress messages
--version The installed version
Example:
handel MyProject
handel --distro My-Project-Dist --dir MyProject My::Project
DESCRIPTION
The handel.pl
script creates a skeleton framework for a new Handel based application using the recommend style of subclassing for easy customization.
Created MyProject
Created MyProject\lib\MyProject
Created MyProject\lib\MyProject\Cart.pm
Created MyProject\lib\MyProject\Cart
Created MyProject\lib\MyProject\Cart\Item.pm
Created MyProject\lib\MyProject\Storage
Created MyProject\lib\MyProject\Storage\Cart.pm
Created MyProject\lib\MyProject\Storage\Cart
Created MyProject\lib\MyProject\Storage\Cart\Item.pm
Created MyProject\lib\MyProject\Order.pm
Created MyProject\lib\MyProject\Order
Created MyProject\lib\MyProject\Order\Item.pm
Created MyProject\lib\MyProject\Storage\Order.pm
Created MyProject\lib\MyProject\Storage\Order
Created MyProject\lib\MyProject\Storage\Order\Item.pm
Created MyProject\lib\MyProject\Checkout.pm
Created MyProject\t
Created MyProject\t\pod_syntax.t
Created MyProject\t\pod_spelling.t
Created MyProject\t\basic.t
Created MyProject\t\pod_coverage.t
Created MyProject\.cvsignore
Created MyProject\Makefile.PL
Created MyProject\MANIFEST
Created MyProject\script\myapp_handel.pl
See Handel::Manual::QuickStart for more information on creating your first Handel based application.
SEE ALSO
Handel::Manual, Handel::Manual::QuickStart
AUTHOR
Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/