The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::GitHub::V3::Gitignore - GitHub Gitignore API

SYNOPSIS

    use Net::GitHub::V3;

    my $gh = Net::GitHub::V3->new; # read L<Net::GitHub::V3> to set right authentication info
    my $gitignore = $gh->gitignore;

DESCRIPTION

METHODS

Gitignore

http://developer.github.com/v3/gitignore/

templates
    my @templates = $gitignore->templates();
template
    my $template = $gitignore->template('Perl');

AUTHOR & COPYRIGHT & LICENSE

Refer Net::GitHub