Kicad Utils Save

KiCAD library / schematic / pcb parser and plotter written in TypeScript (JavaScript)

Project README

kicad-utils

KiCAD library / schematic / pcb parser and plotter written in TypeScript (JavaScript)

DEMO

Setup bookmarklet for github: https://cho45.stfuawsc.com/kicad-utils/static/ .

.sch to .svg/.png in command-line

npx kicad-utils sch2svg path/to/file.sch

or latest from github:

npx -p github:cho45/kicad-utils kicad-utils sch2svg

Development

Edit .ts files.

start foreman

npm install
./node_modules/.bin/nf start

For only web assets (static/)

npm install
./node_modules/.bin/webpack --watch

For only CUI assets (bin/)

npm install
tsc --watch
Open Source Agenda is not affiliated with "Kicad Utils" Project. README Source: cho45/kicad-utils
Stars
77
Open Issues
20
Last Commit
1 year ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating