Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emilymclean/kicad-bom

Generates a CSV BOM for a specified schematic
https://github.com/emilymclean/kicad-bom

github-actions kicad

Last synced: 16 days ago
JSON representation

Generates a CSV BOM for a specified schematic

Awesome Lists containing this project

README

        

# KicadBOM Action

Generates a CSV BOM for a specified schematic

## Inputs

### `input-file`

**Required** The schematic to process

### `output-file`

**Required** The name of the resulting CSV BOM

## Example usage
```
uses: emilymclean/kicad-bom@v2
with:
input-file: schematic.kicad_sch
output-file: schematic.csv
```