0.1.3 • Published 6 years ago

reason-rebase v0.1.3

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

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"]
}