eda-bom-to-inventree-assembly
v0.1.2
Published
This tool takes a EDA BOM (such as one would generate using KiCad's "Tools -> Generate Bill of Materials...") and converts it into an InventTree importable BOM.
Downloads
20
Readme
EDA BOM to InvenTree assembly
This tool takes a EDA BOM (such as one would generate using KiCad's "Tools -> Generate Bill of Materials...") and converts it into an InventTree importable BOM.
It uses the following fields in the input:
- "MPN", "Part Number", "Manufacturer Part Number" or "Part ID" as InvenTree "Part Name"
- "IPN" - optionally, as InvenTree "Part IPN"
Installation
npm -g i eda-bom-to-inventree-assemblyUsage
eda-bom-to-inventree-assembly < kicad-bom.csv > inventree-bom.csvor, without installing, using npx:
npx eda-bom-to-inventree-assembly < kicad-bom.csv > inventree-bom.csvThe BOM can then be imported using InvenTree's BOM import functionality.
Alternatives
If you prefer a GUI-based approach, check out kinventree-bom.
