Whenever I want to create my Gerber files, drill files, etc. I have to start pcbnew
.
However I’m versioning my projects with git
, so having automated actions, do generate fabrication outputs is a much more streamlined process in my workflow.
Can I generate fabrication outputs from a .kicad_pcb
file directly from command line?
If so, what’s the command or tool to do that? I couldn’t find anything myself.
If that approach is impossible, is there an external tool to help me achieve what I want, that I don’t know about?