diff options
| author | 2021-10-28 21:18:48 -0700 | |
|---|---|---|
| committer | 2021-10-28 21:18:48 -0700 | |
| commit | 0089d0445982aaf2feb9a34b385555ce9527bfd5 (patch) | |
| tree | 0b2517df43776557a8904a6ca2ef9dcc685daf33 | |
| parent | 26ee46ad5badf7bf65f7f08853108b708a1a65a7 (diff) | |
| download | bun-0089d0445982aaf2feb9a34b385555ce9527bfd5.tar.gz bun-0089d0445982aaf2feb9a34b385555ce9527bfd5.tar.zst bun-0089d0445982aaf2feb9a34b385555ce9527bfd5.zip | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |
