GH Gif
NodeGH plugin for commenting on pull requests/issues using GIF reactions.
Maintained by Zeno Rocha.
Install
[sudo] npm install -g gh-gif
Usage
gh gif
Option | Usage | Type |
---|
-n , --number | Required | Number |
-R , --reaction | Required | String |
-i , --image | Optional | String |
-r , --repo | Optional | String |
-u , --user | Optional | String |
Examples
gh gif 75 --reaction happy
```
gh gif 75 --reaction surprised --user node-gh --repo gh-gif
```
gh gif 75 --image http://media1.giphy.com/media/5DQdk5oZzNgGc/original.gif
```
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
History
- v0.1.0 September 15, 2013
- v0.0.1 September 12, 2013
License
MIT License © Zeno Rocha