DragonFly On-Line Manual Pages

Search: Section:  


GITHUB(1)             User Contributed Perl Documentation            GITHUB(1)

NAME

github - GitHub Command Tools

VERSION

version 1.0.1

SYNOPSIS

github.pl [options] When run with no options, drops you to the github command line. If --username and --password aren't passed in, github.user and github.pass from .gitconfig are used Options: --username='username' --password='password' --create='name of repo to create' --key='pubkey' --name='name of key' --fork='name of repo to fork' --help

NAME

github.pl - Interact with github.com through the command line

OPTIONS

--create Creates a new repo on github --key --name Adds a key with a given name (passed by --name) to a github account --fork Fork the given github repo to your account --help Print help text and exit --username Github username --password Github password

AUTHOR

William Orr <will@worrbase.com> Please report bugs here <https://github.com/worr/perl-app-github/>

AUTHORS

o Fayland Lam <fayland@gmail.com> o William Orr <will@worrbase.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Fayland Lam. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.20.2 2012-08-22 GITHUB(1)

Search: Section: