create_from_template
Create a file from a template by specifying the template name, target path, and optional variables to fill in placeholders.
Instructions
从模板创建文件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes | 模板名称或模板文件路径 | |
| path | Yes | 目标文件路径 | |
| variables | No | 模板变量(键值对) |