mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:35:42 +02:00
gibo: add page (#2381)
This commit is contained in:
parent
977b4c60dc
commit
eb5f76dcf4
1 changed files with 23 additions and 0 deletions
23
pages/common/gibo.md
Normal file
23
pages/common/gibo.md
Normal 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`
|
Loading…
Add table
Reference in a new issue