mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 21:50:26 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user