0.1.1 • Published 6 years ago

bs-glob v0.1.1

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

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