generate_project_starter
Generate a starter project from a template like fastapi or react-vite, receiving a summary of the created directory structure.
Instructions
Generates a starter project from a template (e.g., 'fastapi', 'react-vite').
Args:
project_name: The name for the new project directory.
template: The project template to use.
Returns:
A summary of the created project structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes | ||
| project_name | Yes |