mtl / svg2mod

Convert Inkscape SVG drawings to KiCad footprint modules
Creative Commons Zero v1.0 Universal
236 stars 56 forks source link

Improve interface #8

Open kasbah opened 8 years ago

kasbah commented 8 years ago

Some ideas on improving the command-line user interface

  1. [x] Make pretty the default format. Being the format of current stable KiCad, I think it makes sense to switch the default.

  2. [ ] Detect the format based on the output extension

  3. [ ] Remove-i and -o switches and .py extension. So the basic command is:

svg2mod input.svg output.kicad_mod

Thoughts on any of these?