aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-28 21:18:48 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-28 21:18:48 -0700
commit0089d0445982aaf2feb9a34b385555ce9527bfd5 (patch)
tree0b2517df43776557a8904a6ca2ef9dcc685daf33
parent26ee46ad5badf7bf65f7f08853108b708a1a65a7 (diff)
downloadbun-0089d0445982aaf2feb9a34b385555ce9527bfd5.tar.gz
bun-0089d0445982aaf2feb9a34b385555ce9527bfd5.tar.zst
bun-0089d0445982aaf2feb9a34b385555ce9527bfd5.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d5d6d057f..c9d98f4a2 100644
--- a/README.md
+++ b/README.md
@@ -626,6 +626,12 @@ Warning: unlike with remote templates, **bun will delete the entire destination
| --force | Overwrite existing files |
| --no-install | Skip installing `node_modules` & tasks |
| --no-git | Don't initialize a git repository |
+| --open | Start & open in-browser after finish |
+
+| Environment Variables | Description |
+| --------------------- | ------------------------------------------------------------------------------------------------------ |
+| GITHUB_API_DOMAIN | If you're using a GitHub enterprise or a proxy, you can change what the endpoint requests to GitHub go |
+| GITHUB_API_TOKEN | This lets `bun create` work with private repositories or if you get rate-limited |
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.