0.5.0 • Published 8 years ago

rapydscriptify v0.5.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.

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago