glob-pattern topic

List glob-pattern repositories

fast-glob

2.4k
Stars
101
Forks
Watchers

:rocket: It's a very fast and efficient glob library for Node.js

shell-plus-plus

145
Stars
10
Forks
Watchers

A friendly and modern functional object oriented language for shell script.

picomatch

891
Stars
54
Forks
Watchers

Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular e...

micromatch

2.6k
Stars
142
Forks
Watchers

Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by square, webpack, babel core, yarn, jest, ract-native, taro, bulma, browser-sync, s...

tiny-glob

843
Stars
33
Forks
Watchers

Super tiny and ~350% faster alternative to node-glob

DotNet.Glob

353
Stars
26
Forks
Watchers

A fast globbing library for .NET / .NETStandard applications. Outperforms Regex.

braces

191
Stars
32
Forks
Watchers

Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has more complete support for Bash 4.3.

globbing

147
Stars
20
Forks
Watchers

Introduction to "globbing" or glob matching, a programming concept that allows "filepath expansion" and matching using wildcards.

nanomatch

93
Stars
21
Forks
Watchers

Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs), posix brackets or braces, and with complete Bash 4.3 wildcar...