mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:02:08 +02:00

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
24 lines
428 B
Markdown
24 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`
|