From 309735ddb1ea7d861ba6f65fb69427ef0692ca49 Mon Sep 17 00:00:00 2001 From: nerdyscout Date: Mon, 30 Nov 2020 12:34:02 +0000 Subject: [PATCH] Add kicad-exports (#64) https://github.com/nerdyscout/kicad-exports --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80b12db..8cf8418 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ This list is for websites, services, software, tools and more: everything that y - [Cheatsheet](https://silica.io/wp-content/uploads/2018/06/kicad-cheatsheet.pdf) (also [in landscape](https://silica.io/wp-content/uploads/2018/06/kicad-cheatsheet-landscape.pdf)) - Short PDF that goes over the menus and keyboard shortcuts for the most common operations. - [Footprint Collection](https://github.com/kitspace/kicad_footprints) - Collection of all the KiCad footprints available online and some scripts to manage them. - [InteractiveHtmlBom](https://github.com/openscopeproject/InteractiveHtmlBom) - A html BOM generation tool for manual pick and place. +- [kicad-exports](https://github.com/nerdyscout/kicad-exports) - Auto generate files (schematics, gerbers, BoM, plots, 3D model) for any KiCAD project. Run it locally or on every `git push` with a CI like Github Actions. ### Eagle - [List of ULPs everyone should know](https://www.element14.com/community/community/eagle/blog/2015/01/19/eagle-ulps-every-user-should-know)