0.2.0 • Published 8 years ago

Rapydscriptify v0.2.0

Weekly downloads
-
License
BSD-2-Clause
Repository
-
Last release
8 years ago

Require RapydScript code in your browserify-built webapp!

To use

Include rapydscriptify in your browserify-using package:

npm install rapydscriptify --save-dev

Change your build to use the rapydscriptify transform:

browserify -t rapydscriptify start.js -o coolbuild.js

All files with the extension .pyj or .py will be interpreted as RapydScript files.

Lineage

This script is modified from lispyscriptify which, naturally, is the Lispyscript transform for Browserify.