
Git::Megapull::Source::Github - clone/update all your repositories from github.com

version 0.101751

This source for git-megapull will look for a github section in the file ~/.gitconfig,
and will use the login and token entries to auth with the GitHub API,
and get a list of your repositories.

This routine does all the work and returns what Git::Megapull expects: a hashref with repo names as keys and repo URIs as values.

This source will probably be broken out into its own dist in the future.

* add means to include/exclude private repos * add means to use alternate credentials * investigate using Github::API

Ricardo SIGNES <rjbs@cpan.org>

This software is copyright (c) 2011 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.