exis_generate_boundary
Generate an ExisJS boundary.ts to apply middleware, CORS, and dependency injection to a folder route. Specify the file path and functional or OOP paradigm.
Instructions
Scaffolds an idiomatic ExisJS Boundary (boundary.ts) for applying middleware/CORS/DI to a folder route.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | The path to the boundary file to create (e.g., src/http/admin/boundary.ts). | |
| paradigm | No | The ExisJS routing paradigm to use. |