Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 779 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 779 Bytes

edalm

Library manager for EDA tools.

Installation

edalm is built on NodeJS, get the latest version for your platform here http://nodejs.org/download/.

$ npm install -g edalm

Quick Start

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'.

License

This work is licensed under the MIT License. Full text of license is available in LICENSE.