NAME
gist - GitHub Gist creator
VERSION
version 0.06
SYNOPSIS
gist FILE [EXTENSION]
Examples:
$ gist somerandomfile.pl # Make gist extract the file extension
$ gist otherrandomfile .pl # Explicitly set file extension
CONFIGURATION
The login username and the API token can be set via the GITHUB_USER and GITHUB_TOKEN environment variables. If not set, will be used the values of github.user
and github.token
from the Git configuration. To set them, type:
$ git config --global github.user LoginName
$ git config --global github.token GitHubToken
If neither github.user
and github.token
are set, the login name and the API token will be asked interactively to the user.
TOKEN
The API token can be found on the Account Settings
page on GitHub. Visit the url: https://github.com/account
AUTHOR
Alessandro Ghedini, <alexbio at cpan.org>
BUGS
Please report any bugs or feature requests to bug-www-github-gist at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-GitHub-Gist. 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 WWW::GitHub::Gist
You can also look for information at:
- Git repository
- * RT: CPAN's request tracker
- * AnnoCPAN: Annotated CPAN documentation
- * CPAN Ratings
- * Search CPAN
ACKNOWLEDGEMENTS
Gist.GitHub.com APIs are incomplete so many features are not accessible.
LICENSE AND COPYRIGHT
Copyright 2011 Alessandro Ghedini.
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.
4 POD Errors
The following errors were encountered while parsing the POD:
- Around line 117:
Expected text after =item, not a bullet
- Around line 121:
Expected text after =item, not a bullet
- Around line 125:
Expected text after =item, not a bullet
- Around line 129:
Expected text after =item, not a bullet