83 skills found · Page 1 of 3
micromatch / MicromatchHighly 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
mrmlnc / Fast Glob:rocket: It's a very fast and efficient glob library for Node.js
sindresorhus / GlobbyUser-friendly glob matching
thecodrr / Fdir⚡ The fastest directory crawler & globbing library for NodeJS. Crawls 1m files in < 1s
shama / Gaze:crystal_ball: A globbing fs.watch wrapper built from the best parts of other fine watch libs.
sindresorhus / Load Grunt TasksLoad multiple grunt tasks using globbing patterns
terkelg / Tiny GlobSuper tiny and ~350% faster alternative to node-glob
ehmicky / Wild Wild Path🤠 Object property paths with wildcards and regexps 🌵
chriseppstein / Sass GlobbingAdds glob-based imports to Sass
dazinator / DotNet.GlobA fast globbing library for .NET / .NETStandard applications. Outperforms Regex.
maoberlehner / Node Sass Magic ImporterCustom node-sass importer for selector specific imports, module importing, globbing support and importing files only once.
micromatch / BracesFaster 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.
begin / GlobbingIntroduction to "globbing" or glob matching, a programming concept that allows "filepath expansion" and matching using wildcards.
busterc / Xcv:scissors: Cut, Copy and Paste files with Bash
dmtrKovalenko / Zlob100% POSIX and glibc compatible globbing library for C, Zig, and Rust that is faster and supports all the modern globbing formats and gitignore
cowboy / Node GlobuleAn easy-to-use wildcard globbing library.
micromatch / NanomatchFast, 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 "?").
becheran / WildmatchSimple string matching with single- and multiple-wildcard operator
micromatch / Is GlobIf 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.
vegardit / Haxe StringsA haxelib for consistent cross-platform UTF-8 string manipulation.