The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mojo::Command::Generate::Gitignore - Gitignore Generator Command

SYNOPSIS

    use Mojo::Command::Generate::Gitignore;

    my $gitignore = Mojo::Command::Generate::Gitignore->new;
    $gitignore->run(@ARGV);

DESCRIPTION

Mojo::Command::Generate::Gitignore is a .gitignore generator.

ATTRIBUTES

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

description

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

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

usage

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

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

METHODS

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

run

    $gitignore = $gitignore->run(@ARGV);

Run this command.

SEE ALSO

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