Apache2::WebApp::Helper::Class - Command-line helper script


Apache2-WebApp-Toolkit documentation  | view source Contained in the Apache2-WebApp-Toolkit distribution.

Index


NAME

Top

Apache2::WebApp::Helper::Class - Command-line helper script

SYNOPSIS

Top

  use Apache2::WebApp::Helper::Class;

  my $obj = Apache2::WebApp::Helper::Class->new;

  $obj->process;

DESCRIPTION

Top

Add a new class or template to an existing project.

COMMAND-LINE

  Usage: webapp-class [OPTION...]

  WebApp::Helper::Class - Add a new class or template to an existing project

    Options:

        --config (default)    Instead of passing arguments, import these values from a file

        --apache_doc_root     Absolute path to your project

        --name                Name of your class (example: MyClass)

        --project_author      Full name of the class owner
        --project_email       E-mail address of the class owner
        --project_version     Version number of your class

        --template            Associate a tenplate with this class

        --help                List available command line options (this page)
        --verbose             Print messages to STDOUT

SEE ALSO

Top

Apache2::WebApp, Apache2::WebApp::Helper, Cwd, File::Path, Getopt::Long

AUTHOR

Top

Marc S. Brooks, <mbrooks@cpan.org> http://mbrooks.info

COPYRIGHT

Top


Apache2-WebApp-Toolkit documentation  | view source Contained in the Apache2-WebApp-Toolkit distribution.