2 releases
0.0.3 | Jun 25, 2020 |
---|---|
0.0.1 | Feb 6, 2019 |
#8 in #electronic
44KB
1K
SLoC
QEDA
QEDA is a command-line tool aimed to simplify creating libraries of electronic components for using in EDA software. You can easily create both symbols for schematic and land patterns for PCB.
Build
Ubuntu
Prerequisites:
sudo apt install -y pkgconf libssl-dev
Build:
cargo build
Test:
./target/debug/qeda --help
First Steps
Load and add a new component:
qeda add capacitor/c0603
Generate a new KiCad library:
qeda generate mylib
License
Source code is licensed under MIT license.
Dependencies
~21–32MB
~566K SLoC