Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 567 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 567 Bytes

rescript-

ReScript bindings for (targeted version : ~X.X.X)

Setup

  1. Install the module
bun install @dck/rescript-<module>
# or
yarn install @dck/rescript-<module>
# or
npm install @dck/rescript-<module>
  1. Add it to your rescript.json config
{
  "bs-dependencies": ["@dck/rescript-<module>"]
}

Usage

The functions can be accessed through X module.

Development

Install deps

bun install

Compiles files

bun run dev

Run tests

bun test