0.6.2 • Published 6 years ago

rapydscriptify-ng v0.6.2

Weekly downloads
1
License
BSD-2-Clause
Repository
gitlab
Last release
6 years ago

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-dev

Change your build to use the rapydscriptify-ng transform:

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

All 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.

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago