3.6.0-30fb3f55 • Published 4 years ago

reason-repacked v3.6.0-30fb3f55

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

reason-repacked

This is just Reason repacked into a binary for easy use with BuckleScript/ReScript.

The goal is to have an always up-to-date distribution of Reason as BuckleScript/ReScript ships with an often outdated version.

Usage

Run this in your project:

$ npm install -D reason-repacked

Then in bsconfig.json change or add a refmt field as follows:

{
  "refmt": "./node_modules/.bin/refmt"
}

Enjoy your let binding operators! ❤️

License

Reason is Facebook open source project licensed under MIT.