exis_generate_route
Generate idiomatic ExisJS route files by specifying the target file path and choosing between functional or OOP paradigms.
Instructions
Scaffolds an idiomatic ExisJS route file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | The absolute or relative path to the route file to create (e.g., src/http/users/route.ts). | |
| paradigm | No | The ExisJS routing paradigm to use. |