Espruino modules as es2015 modules
Espruino modules exposed via npm
This is an experiment to try and build espruino modules with an alternative build tool. It didn’t really work as well as I hoped, though it’s up in here just in case it’s useful at some point.
const YourModuleName = require('espruino-modules/YourModuleName')
(not all transpilation has worked)
Update the docs submodule for any updates:
git submodule foreach git pull
Run the build script to pull the modules in
./_build.sh