This commit is contained in:
Rico Sta. Cruz 2016-10-19 14:44:22 +08:00
parent 4b42ffc54e
commit dc77ac8712
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
2 changed files with 38 additions and 0 deletions

32
_drafts/gh.md Normal file
View File

@ -0,0 +1,32 @@
---
title: node-gh
category: JavaScript libraries
---
## Everywhere
| Flag | Description |
| ---- | ---- |
| `-u rstacruz -r nprogress` | Repo name |
| `--browser` | Browser |
{:.no-head}
## Notifications
```
gh nt
gh nt --watch
```
## Issues
| Command | Description |
| ---- | ---- |
| `gh is 'Issue name'` | Create issue |
| `gh is --search 'foo'` | Search issues |
| `gh is 'Name' 'Description'` | Create issue |
| `gh is 123` | Modify issue `123` (use with flags below) |
| ... `-L`/`--label x,y,z` | Add label |
| ... `-A`/`--assignee` | Assign to user |
| ... `-c`/`--comment 'Thanks'` | Add a comment
{:.no-head}

View File

@ -103,3 +103,9 @@ Max:
$(function () {
$('[data-toogle~="tooltip"]').tooltip();
});
### Input groups
.input-group
input.form-control(type='text')
.input-group-addon years