An open API service indexing awesome lists of open source software.

https://github.com/vstirbu/espruinofy

Browserify plugin for creating Espruino runnable bundles
https://github.com/vstirbu/espruinofy

Last synced: 7 months ago
JSON representation

Browserify plugin for creating Espruino runnable bundles

Awesome Lists containing this project

README

          

# espruinofy

Browserify plugin for creating an [Espruino](http://www.espruino.com) runnable bundle from a [node](http://nodejs.org/)-style application.

## Install

```sh
npm install espruinofy
```

## How to use

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

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