exis_generate_gateway
Scaffold an idiomatic ExisJS gateway.ts that applies middleware, CORS, and DI to a folder route.
Instructions
Scaffolds an idiomatic ExisJS Gateway (gateway.ts) for applying middleware/CORS/DI to a folder route.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | The path to the gateway file to create (e.g., src/http/admin/gateway.ts). | |
| paradigm | No | The ExisJS routing paradigm to use. |