0.0.6 • Published 5 years ago
@ryb73/bs-node v0.0.6
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"]
}