@enspirit/rescript-chokidar

2.0.0 • Public • Published

rescript-chokidar

ReScript bindings for chokidar.

Usage

let watcher = Chokidar.watch(".", ());
let doit = (s:string) => Js.log(s);
Chokidar.on(watcher, "change", doit);
Chokidar.close(watcher, ());

Developers section

First and formost, configure your environment with npm install.

Specific ReScript aliases (clean, build, watch, test...) are defined in the package.json file to be used with npm run [alias].

Readme

Keywords

Package Sidebar

Install

npm i @enspirit/rescript-chokidar

Weekly Downloads

1

Version

2.0.0

License

ISC

Unpacked Size

3 kB

Total Files

5

Last publish

Collaborators

  • llambeau
  • ygu
  • blambeau
  • david.parloir