bs-glob

0.1.1 • Public • Published

bs-glob

BuckleScript bindings to node-glob.

Status: Very basic, but functional

Example

Glob.glob("**/*.js", (_, files) => Array.iter(Js.log, files));

Installation

npm install --save reasonml-community/bs-glob

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

{
  ...
  "bs-dependencies": ["bs-glob"]
}

Readme

Keywords

Package Sidebar

Install

npm i bs-glob

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • glennsl