@onebun/create
v0.4.0
Published
Scaffold a new OneBun project
Readme
@onebun/create
Scaffold a new OneBun project in seconds.
Usage
bun create @onebun my-app
cd my-app
bun run devWhat you get
my-app/
src/
index.ts # Application entrypoint
config.ts # Typed env config (PORT, HOST)
app.module.ts # Root module
app.controller.ts # Example controller
app.service.ts # Example service
package.json
tsconfig.json
docker-compose.yml # Postgres + Redis
.env.exampleDependencies are installed automatically via bun install.
Requirements
- Bun v1.2.12+
