Yes, it sounds like the Custom Boot Code app is basically what you want, but just instead of it saving to custom.boot.js it should save to custom.app.js?
I guess with App Forge (https://banglejs.com/apps/?id=forge) in a way you can do that with any app - you just install the app and then write to appname.app.js with the IDE and you're done?
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.
Yes, it sounds like the
Custom Boot Code
app is basically what you want, but just instead of it saving tocustom.boot.js
it should save tocustom.app.js
?I guess with App Forge (https://banglejs.com/apps/?id=forge) in a way you can do that with any app - you just install the app and then write to
appname.app.js
with the IDE and you're done?