Crates.io | qeda |
lib.rs | qeda |
version | 0.0.3 |
source | src |
created_at | 2019-02-06 20:54:08.079352 |
updated_at | 2020-06-25 00:43:06.490722 |
description | The tool for easy creating electronic component libraries |
homepage | |
repository | https://github.com/qeda/qeda-rs/ |
max_upload_size | |
id | 113207 |
size | 128,627 |
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.
Prerequisites:
sudo apt install -y pkgconf libssl-dev
Build:
cargo build
Test:
./target/debug/qeda --help
Load and add a new component:
qeda add capacitor/c0603
Generate a new KiCad library:
qeda generate mylib
Source code is licensed under MIT license.