CLI Overview
The VeloxTS CLI provides development and code generation tools.
Commands
Section titled “Commands”| Command | Description |
|---|---|
velox dev | Start development server |
velox make | Generate code scaffolds |
velox migrate | Database migrations |
velox db:seed | Database seeding |
velox introspect | Type introspection |
velox mcp | Start MCP server |
Installation
Section titled “Installation”The CLI is included in @veloxts/cli:
pnpm add -D @veloxts/cliOr use via npx:
npx velox devvelox --helpvelox make --helpvelox migrate --helpNext Steps
Section titled “Next Steps”- Dev Server - Development workflow
- Generators - Code generation
- Database Commands - Migration/seeding