gibo: add page (#2381)

italian
Darryl Abbate 2018-10-05 08:31:50 -05:00 committed by Starbeamrainbowlabs
parent 977b4c60dc
commit eb5f76dcf4
1 changed files with 23 additions and 0 deletions

23
pages/common/gibo.md Normal file
View File

@ -0,0 +1,23 @@
# gibo
> Fetch gitignore boilerplates.
- List available boilerplates:
`gibo list`
- Write a boilerplate to stdout:
`gibo dump {{boilerplate}}`
- Write a boilerplate to .gitignore:
`gibo dump {{boilerplate}} >>{{.gitignore}}`
- Search for boilerplates containing a given string:
`gibo search {{string}}`
- Update available local boilerplates:
`gibo update`