mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 19:01:35 +03:00
25 lines
428 B
Markdown
25 lines
428 B
Markdown
# gibo
|
|
|
|
> Fetch gitignore boilerplates.
|
|
> More information: <https://github.com/simonwhitaker/gibo>.
|
|
|
|
- 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`
|