create_project
Create a new project with boilerplate by providing a name, type, and target path. Simplifies project initialization in VS Code workspaces.
Instructions
Create a new project with boilerplate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| type | Yes | Project type | |
| path | No | Where to create the project |