Sounds like with multiple files you're probably not going to be using the IDE editor much anyway. Use your favourite editor and then use the -w command in the tools to watch the file for changes and upload when it changes.
I believe the CLI will pull modules out of node_modules by default, but you can always make some shell script that takes your JS, does whatever is needed to it, and then uses the CLI to upload it.
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.
You could use the command-line tools? https://www.npmjs.com/package/espruino
Sounds like with multiple files you're probably not going to be using the IDE editor much anyway. Use your favourite editor and then use the
-w
command in the tools to watch the file for changes and upload when it changes.I believe the CLI will pull modules out of
node_modules
by default, but you can always make some shell script that takes your JS, does whatever is needed to it, and then uses the CLI to upload it.