The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mojo::Script::Generate::App - Application Generator Script

SYNOPSIS

    use Mojo::Script::Generate::App;

    my $app = Mojo::Script::Generate::App->new;
    $app->run(@ARGV);

DESCRIPTION

Mojo::Script::Generate::App is a application generator.

ATTRIBUTES

Mojo::Script::Generate::App inherits all attributes from Mojo::Scripts and implements the following new ones.

description

    my $description = $app->description;
    $app            = $app->description('Foo!');

METHODS

Mojo::Script::Generate::App inherits all methods from Mojo::Script and implements the following new ones.

run

    $app = $app->run(@ARGV);