aboutsummaryrefslogtreecommitdiff
path: root/docs/cli
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-09-08 10:54:19 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-09-08 10:55:16 -0700
commit9e3cabc540149eae31cffff104a3642792a2ae79 (patch)
treeb5e9717ee07b0bf134e86a1f055ccff4d4593d68 /docs/cli
parent3170cf08ba7d9e240695cceec9e0848f3b9a2754 (diff)
downloadbun-9e3cabc540149eae31cffff104a3642792a2ae79.tar.gz
bun-9e3cabc540149eae31cffff104a3642792a2ae79.tar.zst
bun-9e3cabc540149eae31cffff104a3642792a2ae79.zip
Remove community-templates
Diffstat (limited to 'docs/cli')
-rw-r--r--docs/cli/create.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli/create.md b/docs/cli/create.md
index 393378eed..d59912f2b 100644
--- a/docs/cli/create.md
+++ b/docs/cli/create.md
@@ -50,7 +50,7 @@ Running `bun create` performs the following steps:
- Initialize a fresh Git repo. Opt out with the `--no-git` flag.
- Run the template's configured `start` script, if defined.
-## Official templates
+<!-- ## Official templates
The following official templates are available.
@@ -73,7 +73,7 @@ Welcome to bun! Create a new project by pasting any of the following:
{% callout %}
⚡️ **Speed** — At the time of writing, `bun create react app` runs ~11x faster on a M1 Macbook Pro than `yarn create react-app app`.
-{% /callout %}
+{% /callout %} -->
## GitHub repos