create_project_from_template
Create a new Godot project by cloning an existing template, specifying the output directory and optionally overriding the project name.
Instructions
Create a new Godot project from an existing template project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Override project name | |
| path | Yes | Directory path where the project will be created | |
| template_path | Yes | Path to the template project directory |