Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 447 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 447 Bytes

Meteor Glob

Meteor wrapped library node-glob into a synchronous API, using Futures.

Installation

You need at least version 0.6.5 of Meteor.

Meteor Glob can be installed with Meteorite. From inside a Meteorite-managed app:

$ mrt add glob

API

Glob(pattern, [options], cb)

  • pattern {String} Pattern to be matched
  • options {Object}