Library manager for EDA tools.
edalm is built on NodeJS, get the latest version for your platform here http://nodejs.org/download/.
$ npm install -g edalm
Only some of the features are implemented. At the moment edalm will read part definitions and generate either a Kicad symbol library (.lib file), or a Kicad footprint library (.kicad_mod files). Some example part definitions are available in the doc folder.
Generate symbols
$ edalm symbols
Generate footprints
$ edalm footprints
Default part folder is 'parts'.
This work is licensed under the MIT License. Full text of license is available in LICENSE.