lispyscriptify
v1.0.1
Published
Lispyscript transform for Browserify
Downloads
20
Readme
Require Lispyscript code in your browserify-built webapp!
Depends on a version of Lispyscript not yet on npm
This transform will work with versions of Lispyscript after this commit to the Lispyscript repository.
Until the Lispyscript package on npm is updated, you'll have to depend on the version in the repository, something like this: "lispyscript": "git+https://github.com/santoshrajan/lispyscript.git#f4a3bd4076"
To use
Include lispyscriptify
in your browserify-using package:
npm install lispyscriptify --save-dev
Change your build to use the lispyscriptify transform:
browserify -t lispyscriptify start.js -o coolbuild.js
All files with the extension .ls
will be interpreted as Lispyscript files.