glob-pattern topic

List glob-pattern repositories

is-glob

91
Stars
9
Forks
Watchers

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

56
Stars
17
Forks
Watchers

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

34
Stars
2
Forks
Watchers

Faster recursive directory walk on Python 3

globify

16
Stars
6
Forks
Watchers

Run browserify and watchify with globs - even on Windows!

is-extglob

22
Stars
5
Forks
Watchers

Returns true if a string has an extglob

is-valid-glob

24
Stars
6
Forks
Watchers

Return true if a value is a valid glob pattern string, or array of glob patterns.

parse-glob

25
Stars
8
Forks
Watchers

Parse a glob pattern into an object of path parts.

to-absolute-glob

18
Stars
11
Forks
Watchers

Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.

deglob

39
Stars
3
Forks
Watchers

: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

26
Stars
4
Forks
Watchers

A tool to test globs against sets of test strings quickly and easily for the DigitalOcean Community.