0.6.2 • Published 7 years ago
rapydscriptify-ng v0.6.2
Require Python-like RapydScript-NG code in your browserify-built webapp!
To use
Include rapydscriptify-ng in your browserify-using package:
npm install rapydscriptify-ng --save-devChange your build to use the rapydscriptify-ng transform:
browserify -t rapydscriptify-ng start.js -o coolbuild.jsAll files with the extension .pyj or .py will be interpreted as RapydScript-NG files.
Lineage
This script is modified from lispyscriptify which, naturally, is the Lispyscript transform for Browserify.
The original modification was made for RapydScript.