Repository navigation

#

glob-pattern

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, stylelint, nyc, ava, and many others! Follow micromatch's author: https://github.com/jonschlinkert

JavaScript
2895
8 个月前

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

JavaScript
2642
3 个月前

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 expressions. Used by GraphQL, Jest, Astro, Snowpack, Storybook, bulma, Serverless, fdir, Netlify, AWS Amplify, Revogrid, rollup, routify, open-wc, imba, ava, docusaurus, fast-glob, globby, chokidar, anymatch, cloudflare/miniflare, pts, and more than 5 million projects! Please follow picomatch's author: https://github.com/jonschlinkert

JavaScript
1025
3 个月前

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

JavaScript
852
2 年前

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

C#
367
4 年前

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.

JavaScript
237
3 个月前

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

C++
162
2 年前

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

155
6 年前

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 wildcard support: ("*", "**", and "?").

JavaScript
97
2 年前

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 like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. 55+ million downloads.

JavaScript
92
2 年前

file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!

JavaScript
56
3 年前

📂 Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.

JavaScript
40
2 年前

Faster recursive directory walk on Python 3

Python
34
4 年前

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

Vue
30
4 个月前

Implements the wildcard file matching in Go used by golint, go test etc.

Go
28
4 年前

Glob matching with support for multiple patterns and negation. Use `~` in cwd to find files in user home, or `@` for global npm modules.

JavaScript
26
4 年前

Parse a glob pattern into an object of path parts.

JavaScript
25
5 年前

Query and transform your json data using an extended glob-pattern.

TypeScript
24
10 个月前

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

JavaScript
24
6 年前