diff --git a/_drafts/gh.md b/_drafts/gh.md new file mode 100644 index 000000000..bab8b2a27 --- /dev/null +++ b/_drafts/gh.md @@ -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} diff --git a/bootstrap.md b/bootstrap.md index 3cfb32738..2a3ea0c26 100644 --- a/bootstrap.md +++ b/bootstrap.md @@ -103,3 +103,9 @@ Max: $(function () { $('[data-toogle~="tooltip"]').tooltip(); }); + +### Input groups + + .input-group + input.form-control(type='text') + .input-group-addon years