Skip to content

bit-docs/bit-docs-glob-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/**/*"
    }
});

About

Bit-docs default finder that uses glob patterns

Resources

License

Stars

Watchers

Forks

Packages

No packages published