Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-start-kit-dev) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
create-start-kit-dev
CLI for scaffolding and configuring Start Kit projects.
Usage
Create a new project
bunx create-start-kit-dev create my-appThis downloads the template, installs dependencies, and runs the interactive setup wizard.
Initialize an existing project
bunx create-start-kit-dev initRun a specific setup phase
bunx create-start-kit-dev init --step databaseSetup Phases
The wizard guides you through these phases (resumable if interrupted):
| Phase | What it does |
|---|---|
| Branding | App name, description, logo, colors |
| Features | Toggle AI, payments, storage, i18n |
| Database | PostgreSQL connection and schema setup |
| Environment | Generate .env with required variables |
| Infrastructure | Docker and deployment config |
Development
bun install
bun run build # Build with tsdown
bun run dev # Watch modeLicense
MIT