CLI Commands
Reference for the available Routix CLI commands.
Project Management
routix new [name]Create a new Routix project with interactive setup.
routix serveStart the development server with hot reload.
routix buildBuild the application for production.
Route Inspection
routix route:listDisplay all registered routes, their methods, and assigned middleware.
Testing
routix testRun the application test suite.