create-velox-app
v0.4.3
Published
Project scaffolder for VeloxTS framework
Maintainers
Readme
create-velox-app
Pre-Alpha Notice: This framework is in early development (v0.4.x). APIs are subject to change. Not recommended for production use.
What is this?
Interactive project scaffolder for the VeloxTS Framework, creating production-ready applications with a single command.
Part of @veloxts/velox
This package is part of the VeloxTS Framework. Visit @veloxts/velox for the complete framework documentation.
Usage
Create a new VeloxTS project with:
npx create-velox-app my-appOr run interactively:
npx create-velox-appDocumentation
For detailed documentation, usage examples, and customization options, see GUIDE.md.
What Gets Created
- Complete VeloxTS application with TypeScript strict mode
- Prisma ORM with example models and migrations
- REST API endpoints with example CRUD procedures
- Development server with hot reload
- Build configuration using tsup
- Environment variable template
Quick Start After Scaffolding
cd my-app
npm run db:migrate
npm run devLearn More
License
MIT
