Making a new stripboard

OK, I have written a program to create “Stripboards”. It is available on GitHub: https://github.com/RobertPHeller/fritzing-Stripboards. It is a pure CLI program (sorry, no pointy-clicky). One defines a board by writing a “subclass” object from the base “class”, GenericStripboard and codes (in Tcl) where all of the holes, copper strips/buses, etc. are. I will be working on the API documentation over the next few days.