The espruino cli package is quite interesting, thank you!
I was thinking about something like the gradle installDebug from the Android world. You could work in the editor of your choice and execute a npm run install $myFancyApp on the cli. I think this would speed up things.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The espruino cli package is quite interesting, thank you!
I was thinking about something like the
gradle installDebug
from the Android world. You could work in the editor of your choice and execute anpm run install $myFancyApp
on the cli. I think this would speed up things.