create_gem
Create a new O3DE gem in a specified directory using a chosen template. Provide a name and path to scaffold the gem project.
Instructions
Create a new O3DE gem.
Args: name: Gem name (alphanumeric, hyphens, underscores). path: Directory where the gem will be created. template: Gem template to use (default: DefaultGem).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes | ||
| template | No | DefaultGem |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |