davidferguson / pibakery

The blocks based, easy to use setup tool for Raspberry Pi
http://www.PiBakery.org
GNU General Public License v3.0
1.49k stars 147 forks source link

Modularize the pibakery.js and add unit tests #77

Open efbenson opened 7 years ago

efbenson commented 7 years ago

Breaking out that file into logical modules like recipeImportExport, sdcard, etc and throwing in unit tests would help to make the code more supportable long term.

I wouldn't mind taking a crack at this if you wanted.