Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 394 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 394 Bytes

SolderPad gEDA

A set of scripts to assist adding a gEDA project to SolderPad

$ cd .solderpad
$ gnetlist -g partslist2 ../myproject.sch -o /tmp/o.net
$ parts2bom.sh < /tmp/o.net > bom.json

It's possible to incorporate these scripts into Makefile or run as a git hook so the export is run automatically beofore pushing to SolderPad.