NAME
    App::GitHub::create - Create a github repository from the commandline

VERSION
    version 0.0012

SYNOPSIS
        # Create the repository github:alice/xyzzy
        github-create --login alice --token 42fe60... xyzzy

        # Pulling login and token from $HOME/.github
        github-create xyzzy

        # With description and homepage
        github-create xyzzy --description "The incredible Xyzzy" --homepage http://example/xyzzy

        # Print out usage
        github-create --help

DESCRIPTION
    A simple tool for creating a new github repository

GitHub identity format ($HOME/.github or $HOME/.github-identity)
        login <login>
        token <token>

    (Optionally GnuPG encrypted; see Config::Identity)

SEE ALSO
    App::GitHub::update

    Config::Identity

AUTHOR
      Robert Krimen <robertkrimen@gmail.com>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2010 by Robert Krimen.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.