glob-pattern topic
is-glob
If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules...
glob-fs
file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!
faster-than-walk
Faster recursive directory walk on Python 3
globify
Run browserify and watchify with globs - even on Windows!
is-extglob
Returns true if a string has an extglob
is-valid-glob
Return true if a value is a valid glob pattern string, or array of glob patterns.
parse-glob
Parse a glob pattern into an object of path parts.
to-absolute-glob
Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.
deglob
:open_file_folder: Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.
glob-tool
A tool to test globs against sets of test strings quickly and easily for the DigitalOcean Community.