1Mojolicious::Command::AUustehrorC:o:ngterniMeborujatoteledi:c:Piaeoprupls(:3D:)oCcoummmeanntda:t:iAounthor::generate::app(3)
2
3
4
6 Mojolicious::Command::Author::generate::app - App generator command
7
9 Usage: APPLICATION generate app [OPTIONS] [NAME]
10
11 mojo generate app
12 mojo generate app TestApp
13 mojo generate app My::TestApp
14
15 Options:
16 -h, --help Show this summary of available options
17
19 Mojolicious::Command::Author::generate::app generates application
20 directory structures for fully functional Mojolicious applications.
21
22 This is a core command, that means it is always enabled and its code a
23 good example for learning to build new commands, you're welcome to fork
24 it.
25
26 See "COMMANDS" in Mojolicious::Commands for a list of commands that are
27 available by default.
28
30 Mojolicious::Command::Author::generate::app inherits all attributes
31 from Mojolicious::Command and implements the following new ones.
32
33 description
34 my $description = $app->description;
35 $app = $app->description('Foo');
36
37 Short description of this command, used for the command list.
38
39 usage
40 my $usage = $app->usage;
41 $app = $app->usage('Foo');
42
43 Usage information for this command, used for the help screen.
44
46 Mojolicious::Command::Author::generate::app inherits all methods from
47 Mojolicious::Command and implements the following new ones.
48
49 run
50 $app->run(@ARGV);
51
52 Run this command.
53
55 Mojolicious, Mojolicious::Guides, <https://mojolicious.org>.
56
57
58
59perl v5.34.0 Mo2j0o2l2i-c0i1o-u2s1::Command::Author::generate::app(3)