0.1.2 • Published 10 years ago

gloh v0.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

gloh

unglob a list of files/globs.

This is cojs/unglob in its bluebird form; api is different and adds a uniq option.

example

gloh(['**/*.js', 'foo.bar'], {
  opts.cwd: somedir,
  opts.uniq: true
}, function (err, res) {
  // and do the harlem shake
});

api

gloh(list, opts, cb)

opts.cwd is the directory, defaults to process.cwd() if not specified.

opts.uniq should be set to remove duplicates.

license

MIT

0.1.2

10 years ago

0.1.1

11 years ago

0.1.0

11 years ago