Skip to content

vstirbu/espruinofy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Browserify plugin for creating Espruino runnable bundles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published