Skip to content

DCKT/rescript-bindings-template

Repository files navigation

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

About

Github template for rescript bindings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published