0.1.2 • Published 10 years ago

glox v0.1.2

Weekly downloads
1
License
BSD-2-Clause
Repository
github
Last release
10 years ago

glox

File globbing enhanced with xregexp.

Install

npm install jasonkuhrt/glox

Use-case

// TODO

API

TODO

glox(glob_pattern, xre_pattern, (er, matches)->)

glox.sync(glob_pattern, xre_pattern) -> matches

glox.convention(glob_pattern)

glox.convention.inject(glob_pattern, xre_pattern, host_or_factory, ?manual_trigger)

glox.convention.mocha(glob_pattern, xre_pattern, host_or_factory)