bun create
all
Create a new project from a template. Note: `c` can be used as an alias for `create`.
More info →Examples (7)
Create a new project from an official template interactively
bun create templateCreate a new project from an official template in a new directory
bun create template path/to/destinationCreate a new project from a GitHub repository template
bun create https://github.com/username/repo path/to/destinationCreate a new project from a local template
bun create path/to/template path/to/destinationCreate a new project, overwriting the destination directory if it exists
bun create template path/to/destination --forceCreate a new project without initializing a Git repository automatically
bun create template path/to/destination --no-gitCreate a new project without installing dependencies automatically
bun create template path/to/destination --no-installmade by @shridhargupta | data from tldr-pages