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
AUTHORS
Fayland Lam <fayland@gmail.com>
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.