0.1.0 • Published 10 years ago

espruinofy v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

espruinofy

Browserify plugin for creating an Espruino runnable bundle from a node-style application.

Install

npm install espruinofy

How to use

Don't forget to -ignore the Espruino specific packages:

browserify -p espruinofy yourApp.js > bundle.js

Then load the resulting bundle in Espruino's WebIDE and push it to the device.

Restart the device and you are good to go...