aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-14 19:08:55 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-14 19:08:55 -0700
commitf10dcd780cdcfc91e67223bb91c6e14605a27453 (patch)
treed2801b9691c62a1b4bbc84213f9a78608b34dcd5
parentbee7efb5d9f7682683c91c2c9421cb7ed79cac27 (diff)
downloadbun-f10dcd780cdcfc91e67223bb91c6e14605a27453.tar.gz
bun-f10dcd780cdcfc91e67223bb91c6e14605a27453.tar.zst
bun-f10dcd780cdcfc91e67223bb91c6e14605a27453.zip
Update README.md
-rw-r--r--README.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/README.md b/README.md
index 077f20567..0a29fb98c 100644
--- a/README.md
+++ b/README.md
@@ -471,15 +471,14 @@ Warning: unlike with remote templates, **bun will delete the entire destination
##### Flags
-| Flag | Description |
-| ---------------------- | -------------------------------------- |
-| --npm | Use `npm` for tasks & install |
-| --yarn | Use `yarn` for tasks & install |
-| --pnpm | Use `pnpm` for tasks & install |
-| --force | Overwrite existing files |
-| --no-install | Skip installing `node_modules` & tasks |
-| --no-git | Don't initialize a git repository |
-| ---------------------- | ----------------------------------- |
+| Flag | Description |
+| ------------ | -------------------------------------- |
+| --npm | Use `npm` for tasks & install |
+| --yarn | Use `yarn` for tasks & install |
+| --pnpm | Use `pnpm` for tasks & install |
+| --force | Overwrite existing files |
+| --no-install | Skip installing `node_modules` & tasks |
+| --no-git | Don't initialize a git repository |
By default, `bun create` will cancel if there are existing files it would overwrite and its a remote template. You can pass `--force` to disable this behavior.