NAME
App::gh - An apt-like Github utility.
DESCRIPTIONS
App-gh provides an interface for you clone, fork, search github repository very easily. You can even clone all repositories from an author , for example:
$ gh cloneall miyagawa
this will clone all repositories of miyagawa.
Or you can search repository:
$ gh search AnyEvent
Or list all repository of an author:
$ gh list c9s
You may clone a repository from an author, then you might want to fork the repository:
$ gh clone gugod Social
$ cd Social
$ gh fork
This will fork gugod/Social into yourID/Social. and will add a remote name called 'c9s' (your fork).
And you might want to show all forks of this repository:
$ gh network
SYNOPSIS
list all repository of c9s:
$ gh list c9s
if you want text wrapped:
$ WRAP=1 gh list c9s
clone Plack repository from miyagawa:
$ gh clone miyagawa/Plack # default: read-only
or:
$ gh clone miyagawa Plack
$ gh clone gugod Social http
$ gh clone clkao Web-Hippie ro
clone from read-only uri:
$ gh clone miyagawa/Plack ro
clone from ssh uri:
$ gh clone miyagawa/Plack ssh
search repository:
$ gh search Plack
to clone all repository of miyagawa:
$ gh cloneall miyagawa
$ gh cloneall clkao ro # read-only
to fork project:
$ gh fork clkao AnyMQ
to fork current project:
$ cd miyagawa/Tatsumaki
$ gh fork
AUTHOR
Cornelius, <cornelius.howl at gmail.com>
BUGS
Please report any bugs or feature requests to bug-app-gh at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-gh. 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 App::gh
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2010 Cornelius.
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.