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

NAME

 hyper - generator for the Hyper Framework

SYNOPSIS

 hyper [options]

 Required Options:
   --namespace=s   namespace for your application
   --base_path=s   application base path
   --type=s        what to generate Container
 or only
   --file=s        config file which should be used for generation

 Options:
   --help          brief help message
   --man           brief documentation
   --verbose       more information
   --force         overwrite existing files
   --(no-)code     generate code?
   --(no-)template generate template?
   --service=s     your service
   --usecase=s     your usecase
   --class=s       not implemented

DESCRIPTION

 B<hyper> is for code, template and environment
 generation in the Hyper Framework.

OPTIONS

Arguments with an * are required.

-help
-man
-verbose
-force

Overwrite existant files on generation.

-namespace

Namespace of your Hyper application.

-base

base path of your application

-type

specifies type of generation - valid types are

env
container
flow
primitive

not implemented

base

not implemented

-service

Required for Flow and Container generation.

-usecase

Required for Flow and Container generation.

-class

not implemented

-template
 default: false
-code
 default: true

SEE ALSO

Hyper::Developer::Manual::IDE