We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff0621 commit 823c587Copy full SHA for 823c587
scripts/README.MD
@@ -15,6 +15,22 @@ nix-shell shell-kibot.nix
15
16
This provides a shell which has `kibot` on its `PATH`.
17
18
+### shell-interactive-html-bom.nix
19
+
20
+Provides a standalone script of
21
+[InteractiveHtmlBom](https://github.com/openscopeproject/InteractiveHtmlBom),
22
+`InteractiveHtmlBom`.
23
24
+The script requires that the netlist be generated from eeschema,
25
+so that symbol fields (like comment, description) can be used in the ibom.
26
27
+Some convenience scripts e.g. `generate-x1-ibom.sh` are provided which can
28
+be called with:
29
30
+```
31
+nix-shell generate-x1-ibom.sh
32
33
34
## Transform .kicad_pcb to .scad
35
36
### Examples
0 commit comments