0.5.0 • Published 9 years ago
rapydscriptify v0.5.0
Require RapydScript code in your browserify-built webapp!
To use
Include rapydscriptify in your browserify-using package:
npm install rapydscriptify --save-devChange your build to use the rapydscriptify transform:
browserify -t rapydscriptify start.js -o coolbuild.jsAll 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.