The idea for Garden came about while I was going through a time where I was making a lot of small Node-based applets and scripts, some of which used Electron. I decided instead of rewriting basic functions over and over, and in an attempt to make all these bits of code more accessible, I would build a "Garden" in which they could all live.
I developed one single Electron application that allowed for small modules to be dropped in and run. This allowed me to quickly write JavaScript apps or small scripts and run them in a single place with a user interface already constructed.
Grab the repo over on GitHub
cd into the repo directorynpm inpm startPlease note Garden is in development and has only been tested on macOS.
You might need to install Electron globally with npm i -g electron