NAME
Dist::Zilla::Plugin::GithubCreate - Create GitHub repo on dzil new
VERSION
version 0.02
SYNOPSIS
In your profile.ini:
[GithubCreate]
login = LoginName
token = asd324asd34fdqs23d432cf4q
public = 1
DESCRIPTION
This Dist::Zilla plugin creates a new git repository on GitHub.com when a new distribution is created with dzil new
.
ATTRIBUTES
login
-
The GitHub login name. It is required.
token
-
The GitHub API token for the user. It is required.
public
-
Create a public repository if this is '1' (default), else create a private one.
AUTHOR
Alessandro Ghedini <alexbio@cpan.org>
BUGS
Please report any bugs or feature requests at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-Zilla-Plugin-GithubCreate. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Dist::Zilla::Plugin::GithubCreate
You can also look for information at:
GitHub page
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-Plugin-GithubCreate
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
http://cpanratings.perl.org/d/Dist-Zilla-Plugin-GithubCreate
Search CPAN
LICENSE AND COPYRIGHT
Copyright 2011 Alessandro Ghedini.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.