lispyscriptify

1.0.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i lispyscriptify

Weekly Downloads

2

Version

1.0.1

License

WTFPL

Last publish

Collaborators

  • tehshrike