0.0.6 • Published 7 years ago

bit-docs-glob-finder v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

bit-docs-glob-finder

Given a siteConfig, returns an EventEmitter that fires "match" events with the file path and the source.

var finder = require("bit-docs-glob-finder");

finder({
    glob: {
        pattern: "**/*.{js,md}",
        cwd: path.join(__dirname,"test"),
        ignore: "node_mods/**/*"
    }
});
0.0.7-0

7 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago