Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-03 00:20:54 +00:00
parent 922b1aa234
commit 848b78740c
27 changed files with 237 additions and 33 deletions

View File

@@ -27,12 +27,12 @@ source: https://github.com/tldr-pages/tldr.git
- Create a new project, overwriting the destination directory if it exists:
`bun create {{template}} {{path/to/destination} --force`
`bun create {{template}} {{path/to/destination}} --force`
- Create a new project without initializing a Git repository automatically:
`bun create {{template}} {{path/to/destination} --no-git`
`bun create {{template}} {{path/to/destination}} --no-git`
- Create a new project without installing dependencies automatically:
`bun create {{template}} {{path/to/destination} --no-install`
`bun create {{template}} {{path/to/destination}} --no-install`