Skip to content

bharrisau/edalm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.