GH Gif
NodeGH plugin for commenting on pull requests/issues using GIF reactions.
Maintained by Zeno Rocha and Eduardo Lundgren.
Install
[sudo] npm install -g gh gh-gif
Usage
gh gif
Option | Usage | Type |
---|
-n , --number | Required | Number |
-R , --reaction | Required | String |
-c , --comment | Optional | String |
-b , --best | Optional | Boolean |
-B , --bestof | Optional | Number |
-i , --image | Optional | String |
-r , --repo | Optional | String |
-u , --user | Optional | String |
Examples
gh gif 75 --reaction happy
```
You can also use --comment
```
gh gif 75 --comment "This is cool" --reaction congratulation
```
gh gif 75 --reaction surprised --user node-gh --repo gh-gif
```
gh gif 75 --image http://media1.giphy.com/media/5DQdk5oZzNgGc/original.gif
```
gh gif --reaction happy --number 1 --number 2
```
gh gif 75 --reaction happy --best
```
gh gif 75 --reaction happy --bestof 3
```
Testing
Check Travis for continous integration results.
npm run-script lint
```
npm run-script test
```
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
Check Release list.
License
BSD License