mojolicious::command::generate::plugin(3pm) debian man page | unix.com

Man Page: mojolicious::command::generate::plugin

Operating Environment: debian

Section: 3pm

Mojolicious::Command::generate::plugin(3pm)		User Contributed Perl Documentation	       Mojolicious::Command::generate::plugin(3pm)

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 generates directory structures for fully functional Mojolicious plugins.
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>. perl v5.14.2 2012-09-05 Mojolicious::Command::generate::plugin(3pm)
Related Man Pages
mojo::command(3pm) - debian
mojolicious::command::generate(3pm) - debian
mojolicious::plugin::defaulthelpers(3pm) - debian
mojolicious::plugin::i18n(3pm) - debian
mojolicious::plugins(3pm) - debian
Similar Topics in the Unix Linux Community
Run Command in Specific Time ...
df and du command showing different results
Do While Loop Command help
Command expansion and variables
Command to find file system details on AIX