reason-rebase

v0.1.3
A minimal base library for Reason
reason bucklescript foundation base

re:base

A minimal base library intended for the BuckleScript/Reason ecosystem. Uses Reasonable conventions and is easily consumed via npm.

npm Travis Coveralls Issues Last Commit

Status

Mostly undocumented and untested. Prone to change without warning. Use at your own risk.

Project goals

  • Cross-platform
  • Compile to efficient JavaScript code
  • Compile to readable JavaScript code

Design rules

  • JS first
  • No platform-specific APIs exposed
  • The subject of functions in type-wrapping modules should always be t
  • Enforece common patterns using module signatures

Installation

npm install --save reason-rebase

Then add reason-rebase to bs-dependencies in your bsconfig.json:

{
  ...
  "bs-dependencies": ["reason-rebase"]
}
npm i reason-rebase

Metadata

  • MIT
  • Whatever
  • glennsl
  • released 12/29/2017

Downloads

Maintainers