bun c <template> <name>
Start a new project from a template
Arguments
Name | Description |
---|---|
template | Package from @bun-examples, GitHub repo, or local file |
name | folders |
Options
Name | Description |
---|---|
--force | Overwrite existing files |
--no-install | Don't install node_modules |
--no-git | Don't create a git repository |
--verbose | Too many logs |
--no-package-json | Disable package.json transforms |
--open | On finish, start bun and open in browser |