@ryb73/bs-node
v0.0.6
Published
BuckleScript bindings to the Node.js API
Readme
bs-node
This is a repo pulled out from BuckleScript's Node API so that it can be iterated on independently, in userland. It currently isn't stable! We'll gradually upstream the stable parts back into BuckleScript.
Installation
npm install --save reasonml-community/bs-nodeThen add bs-node to bs-dependencies in your bsconfig.json:
{
...
"bs-dependencies": ["bs-node"]
}