If so, there's ./espruino --help, although there is no 'getting started'. If you wanted to write one it'd really be appreciated though!
Basically you can get a command-line just with ./espruino, or can run a script with ./espruino sourcefile.js. To get something running all the time, and to still have access to the command-line when you want it, you could run espruino inside screen.
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.
Have you managed to build the binary?
If so, there's
./espruino --help
, although there is no 'getting started'. If you wanted to write one it'd really be appreciated though!Basically you can get a command-line just with
./espruino
, or can run a script with./espruino sourcefile.js
. To get something running all the time, and to still have access to the command-line when you want it, you could run espruino insidescreen
.