CLI Commands

Reference for the available Routix CLI commands.


Project Management

routix new [name]

Create a new Routix project with interactive setup.

routix serve

Start the development server with hot reload.

routix build

Build the application for production.

Route Inspection

routix route:list

Display all registered routes, their methods, and assigned middleware.

Testing

routix test

Run the application test suite.