
github - GitHub Command Tools

version 1.0

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

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

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

William Orr <will@worrbase.com>
Please report bugs here


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.