Mojo::Command::Generate::Gitignore(3) 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.