micromatch topic

List micromatch repositories

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...

anymatch

382
Stars
39
Forks
Watchers

:bangbang: Matches strings against configurable strings, globs, regular expressions, and/or functions

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...

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!

findup-sync

96
Stars
28
Forks
Watchers

Find the first file matching a given pattern in the current directory or the nearest ancestor directory.

expand-brackets

27
Stars
10
Forks
Watchers

Expand POSIX bracket expressions (character classes) in glob patterns.

parse-glob

25
Stars
8
Forks
Watchers

Parse a glob pattern into an object of path parts.

get-all-files

16
Stars
4
Forks
Watchers

⚡ A blazing fast recursive directory crawler with lazy sync and async iterator support.

fill-range

52
Stars
15
Forks
Watchers

Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.