OSDN Git Service

Regular updates
[twpd/master.git] / _inactive / gh.md
1 ---
2 title: node-gh
3 category: JavaScript libraries
4 ---
5
6 ## Everywhere
7
8 | Flag | Description |
9 | ---- | ---- |
10 | `-u rstacruz -r nprogress` | Repo name |
11 | `--browser` | Browser |
12 {:.no-head}
13
14 ## Notifications
15
16 ```
17 gh nt
18 gh nt --watch
19 ```
20
21 ## Issues
22
23 | Command | Description |
24 | ---- | ---- |
25 | `gh is 'Issue name'` | Create issue |
26 | `gh is --search 'foo'` | Search issues |
27 | `gh is 'Name' 'Description'` | Create issue |
28 | `gh is 123` | Modify issue `123` (use with flags below) |
29 | ... `-L`/`--label x,y,z` | Add label |
30 | ... `-A`/`--assignee` | Assign to user |
31 | ... `-c`/`--comment 'Thanks'` | Add a comment
32 {:.no-head}