create-bunbox
v0.1.3
Published
Create a new Bunbox project with a single command
Downloads
415
Maintainers
Readme
create-bunbox
Scaffold a new Bunbox project with a single command.
Usage
bun create bunbox my-appYou'll be prompted to configure your project. Or pass options directly:
bun create bunbox my-app --template tailwindTemplates
| Template | Description |
| ---------- | ------------------------------------------------ |
| basic | Simple pages and API routes |
| tailwind | Tailwind CSS + shadcn/ui components |
| full | Complete example with WebSockets, streaming, SSR |
Options
-t, --template <name> Template to use (basic, tailwind, full)
--skip-git Skip git initialization
--skip-install Skip dependency installation
-h, --help Show help message
-v, --version Show version numberExamples
# Interactive mode
bun create bunbox
# With project name
bun create bunbox my-app
# Specify template
bun create bunbox my-app -t tailwind
# Skip prompts
bun create bunbox my-app --template full --skip-git --skip-installRequirements
- Bun >= 1.0.36
License
MIT
