Mojolicious::Command::Author::generate::localplugin - Plugin generator command
version 0.06
Usage: APPLICATION generate localplugin [OPTIONS] [NAME] mojo generate localplugin mojo generate localplugin TestPlugin Options: -h, --help Show this summary of available options
Mojolicious::Command::Author::generate::localplugin generates directory structures for fully functional Mojolicious plugins.
See "COMMANDS" in Mojolicious::Commands for a list of commands that are available by default.
Mojolicious::Command::Author::generate::localplugin inherits all attributes from Mojolicious::Command and implements the following new ones.
my $description = $plugin->description; $plugin = $plugin->description('Foo');
Short description of this command, used for the command list.
my $usage = $plugin->usage; $plugin = $plugin->usage('Foo');
Usage information for this command, used for the help screen.
Mojolicious::Command::Author::generate::plugin inherits all methods from Mojolicious::Command and implements the following new ones.
$plugin->run(@ARGV);
Run this command.
Mojolicious, Mojolicious::Guides, http://mojolicious.org.
Renee Baecker <reneeb@cpan.org>
This software is copyright (c) 2018 by Renee Baecker.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install Mojolicious::Command::Author::generate::localplugin, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Mojolicious::Command::Author::generate::localplugin
CPAN shell
perl -MCPAN -e shell install Mojolicious::Command::Author::generate::localplugin
For more information on module installation, please visit the detailed CPAN module installation guide.