Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emilymclean/kicad-bom
- Owner: emilymclean
- License: mit
- Created: 2024-04-10T05:27:55.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T12:36:41.000Z (about 2 months ago)
- Last Synced: 2024-11-16T13:26:12.095Z (about 2 months ago)
- Topics: github-actions, kicad
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```