https://github.com/icarito/rapydscriptify
RapydScript transform for Browserify
https://github.com/icarito/rapydscriptify
Last synced: about 1 month ago
JSON representation
RapydScript transform for Browserify
- Host: GitHub
- URL: https://github.com/icarito/rapydscriptify
- Owner: icarito
- Created: 2016-10-30T03:52:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-09T22:12:49.000Z (over 8 years ago)
- Last Synced: 2025-02-14T10:23:22.816Z (3 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Require [RapydScript](http://rapydscript.com/) code in your [browserify](https://github.com/substack/node-browserify)-built webapp!
## To use
Include `rapydscriptify` in your browserify-using package:
```sh
npm install rapydscriptify --save-dev
```Change your build to use the rapydscriptify transform:
```sh
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](https://github.com/TehShrike/lispyscriptify) which, naturally, is the Lispyscript transform for Browserify.