Kibot config is meant for building kicad pcb datapacks using github actions. While I have chosen a flexible license to for this project to allow the community to do what they want. I encourage anyone using this to make your project opensource.
I have indented for this repository to make building kicad pcb artifacts as easy as possible.
Add main.yaml
to .github/workflows/
on the root directory of the github repository.
Add options.yaml
to the root directory of the github repository.
Commit changes.
Mad_RP2040 is an example of how kibot-config can be used.
Your project folder structure will look something like the following.
SomeProject/
.github/
SomeProject.kicad_pro
SomeProject.kicad_sch
SomeProject.kicad_pcb
options.yaml
.github/
workflows/
workflows/
main.yaml
- Add support for variants
- Add 2d render generation
- Add GIF generation
- Add github action which calls a default action with the default
options.yaml
in this repository.