create-nestbox
v0.2.0
Published
Scaffold a new nestbox app (Fastify + TypeBox + nestbox-core).
Maintainers
Readme
create-nestbox
⚠️ FIRST TESTING VERSION — DO NOT USE IN PRODUCTION YET. This is an early, experimental release. APIs may change without notice and it has not been hardened or battle-tested. Use it for experiments and feedback only.
Scaffold a new nestbox app — Fastify + TypeBox with decorator-based
controllers, dependency injection, and schema-driven validation, powered by
nestbox-core.
Quick start
npm create nestbox@latest my-app
cd my-app
npm install
npm run start:devThen open http://localhost:3000 — and http://localhost:3000/docs for the interactive API docs.
Scripts
| Script | What it does |
| --------------------- | ------------------------------- |
| npm run start:dev | dev server with watch (tsx) |
| npm start | run once (tsx) |
| npm run check | type-check (tsc --noEmit) |
| npm run build | compile to dist/ |
| npm run start:build | run the compiled output |
License
MIT
