devbisme / KiPart

Python package for generating multi-unit schematic symbols for KiCad from a CSV file.
MIT License
170 stars 46 forks source link

How to use this? #41

Closed eabase closed 4 years ago

eabase commented 4 years ago

How do you actually use this tool? Please add some info to the Wiki or README. Cheers!

xesscorp commented 4 years ago

Near the top of the README is a link labeled "Documentation".

eabase commented 4 years ago

@xesscorp

Yes, sorry, perhaps I could have been more clear. The text in the link doesn't show how to actually use this for creating and importing one component. It look great to create it on command line, from a CSV, but then how do you include that one component in a library you already have? (Without risking to overwrite it?)

xesscorp commented 4 years ago

-a, --append, --add option. It's in the documentation and also in the output generated using the --help option.