KiBot/tests/yaml_samples/bom_cfg.kibot.yaml

22 lines
390 B
YAML

# Example KiBot config file
kibot:
version: 1
outputs:
- name: 'bom_csv'
comment: "Bill of Materials in CSV format"
type: kibom
dir: BoM
options:
format: CSV # HTML or CSV
conf:
ignore_dnf: true
columns:
- Part
- References
- field: Value
join:
- Footprint
- Datasheet