The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.101752

OVERVIEW

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.

METHODS

repo_uris

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

WARNING

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

TODO

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

AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 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.