NAME

Mojolicious::Command::Generate::Plugin - Plugin Generator Command

SYNOPSIS

use Mojolicious::Command::Generate::Plugin;

my $plugin = Mojolicious::Command::Generate::Plugin->new;
$plugin->run(@ARGV);

DESCRIPTION

Mojolicious::Command::Generate::Plugin is a plugin generator. Note that this module is EXPERIMENTAL and might change without warning!

ATTRIBUTES

Mojolicious::Command::Generate::Plugin inherits all attributes from Mojo::Command and implements the following new ones.

description

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

Short description of this command, used for the command list.

usage

my $usage = $plugin->usage;
$plugin   = $plugin->usage('Foo!');

Usage information for this command, used for the help screen.

METHODS

Mojolicious::Command::Generate::Plugin inherits all methods from Mojo::Command and implements the following new ones.

run

$plugin->run(@ARGV);

Run this command.

SEE ALSO

Mojolicious, Mojolicious::Guides, http://mojolicio.us.