qeda

Crates.ioqeda
lib.rsqeda
version0.0.3
sourcesrc
created_at2019-02-06 20:54:08.079352
updated_at2020-06-25 00:43:06.490722
descriptionThe tool for easy creating electronic component libraries
homepage
repositoryhttps://github.com/qeda/qeda-rs/
max_upload_size
id113207
size128,627
Shamil (shamilsan)

documentation

README

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.

Commit count: 83

cargo fmt