delimit_generate_template
Generate code templates for components, pages, or APIs by specifying type, name, framework, and optional features, with configurable output directory.
Instructions
Generate code template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_type | Yes | Template type (component, page, api, etc.). | |
| name | Yes | Name for the generated code. | |
| framework | No | Target framework. | nextjs |
| features | No | Optional feature flags. | |
| target | No | Directory to write the generated file into. Defaults to current directory. | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||