@enspirit/bs-js-interpreter
v0.1.1
Published
BuckleScript bindings for JS-Interpreter.js
Downloads
2
Readme
bs-js-interpreter
BuckleScript bindings for js-interpreter.
Usage
JSInterpreter.run("Some JS code to run.")
Developers section
First and formost, configure your environment with npm install
.
Specific BuckleScript aliases (clean
, build
, watch
, test
...) are defined
in the package.json
file to be used with npm run [alias]
.