Skip to content

sharifulin/mojolicious-command-generate-sharifulinapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

NAME

Mojolicious::Command::Generate::SharifulinApp - App Generator Command Sharifulin Style

SYNOPSIS

# generate
$ script/mojolicious generate sharifulin_app App

# in code
use Mojolicious::Command::Generate::SharifulinApp;

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

DESCRIPTION

Mojolicious::Command::Generate::SharifulinApp is a application generator (sharifulin style).

ATTRIBUTES

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

description

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

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

usage

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

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

METHODS

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

run

$app->run(@ARGV);

Run this command.

SEE ALSO

Mojolicious, Mojolicious::Guides, http://mojolicious.org.

About

Mojolicious::Command::Generate::SharifulinApp – App Generator Command Sharifulin Style

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages