logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

METHODSGitignore

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

       templates
               my @templates = $gitignore->templates();

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

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;

See Also