23 lines
418 B
YAML
23 lines
418 B
YAML
# Example KiBot config file
|
|
kibot:
|
|
version: 1
|
|
|
|
outputs:
|
|
- name: 'bom_html'
|
|
comment: "Bill of Materials in HTML format"
|
|
type: kibom
|
|
dir: BoM
|
|
options:
|
|
format: HTML # HTML or CSV
|
|
variant: pp
|
|
output: '' # Keep KiBoM name
|
|
conf: ''
|
|
|
|
- name: 'bom_csv'
|
|
comment: "Bill of Materials in CSV format"
|
|
type: kibom
|
|
dir: BoM
|
|
options:
|
|
format: CSV # HTML or CSV
|
|
|