NAME
App::gh - An apt-like Github clone utility.
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.