kicad.create_project
Create a new KiCad project with schematic, PCB layout, and project files for electronic circuit design workflows.
Instructions
Create a new KiCad project with .kicad_pro, .kicad_sch, and .kicad_pcb files. Example: create_project(name='my_board', directory='/path/to/dir')
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| directory | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |