Skip to content

kennetpostigo/lwt-node

Repository files navigation

reason-node

reason-node, a reason implemention of the node.js API.

Install

Install the library into your project with esy:

esy add reason-node

In order to use reason-node you must have reason installed on your machine.

Install Options

If you don't have reason installed on your machine you have 2 options:

1. Sandboxed and project based installations that share build artifacts and builds, for lightning fast installations and incremental builds. Install esy via yarn/npm:

yarn global add esy
npm install --global esy

2. Setup global installation + editor setup through reason-cli/opam

Recommendation

It is recommended to use esy when working on and building native apps and projects.

Usage

See https://github.com/kennetpostigo/reason-node-starter

Documentation

See https://kennetpostigo.github.io/reason-node

Contributing

See Contributing.md

Missing or yet to be implemented API's are documented with compile-time warnings, are noted in the documentation and are listed in Future.md. If you'd like to help contribute, please open a pull-request, no code needed! We'll try to help steer you in the right direction!

building

  1. Clone the project
  2. Run esy install
  3. Run esy build

License

MIT

Releases

No releases published

Packages

No packages published