0.1.1 • Published 11 years ago
hubot-gistme v0.1.1
Hubot Gistme
An hubot script that allow you to create Gist
Install
- Add
hubot-gistmeto your package.json file. - Add
hubot-gistmeto your external-scripts.json file.
Usage
Configure
GIST_ACCESS_TOKEN- Default Github access withgistscope (optional)
Sample
Create Gist
hubot gistme <code>or you can create with filename with extension for syntax highlight (eg. hello.js)
hubot gistme <filename.js> <code>Hubot will use GIST_ACCESS_TOKEN if provided. You can set your own token by
hubot gist-token:set <github_token>or remove your token
hubot gist-token:reset