A minimal base library intended for the BuckleScript/Reason ecosystem. It uses Reasonable conventions, and is easily consumed via npm.
Mostly undocumented and untested. Prone to change without warning. Use at your own risk.
npm install --save reason-rebase
Then add reason-rebase
to bs-dependencies
in your bsconfig.json
:
{
...
"bs-dependencies": ["reason-rebase"]
}