glob-matching topic

List glob-matching repositories

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

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

eslint-plugin-check-file

515
Stars
20
Forks
Watchers

ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder.

glob

60
Stars
4
Forks
Watchers

Pure Nim library for matching file paths against Unix style glob patterns.

glob-tool

26
Stars
4
Forks
Watchers

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

matched

25
Stars
2
Forks
Watchers

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