bs-glob

v0.1.1
BuckleScript bindings to node-glob. Match files using the patterns the shell uses, like stars and stuff.
bucklescript glob

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"]
}
npm i bs-glob

Metadata

  • MIT
  • Whatever
  • glennsl
  • released 1/21/2018

Downloads

Maintainers