create_project_license
Generate a LICENSE file for your Godot project by choosing from common open-source licenses or providing custom text.
Instructions
Create a LICENSE file for the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| license | Yes | License type | |
| custom_text | No | Custom license text (required when license is 'custom') | |
| project_path | Yes | Path to the Godot project root |