Search files with glob pattern and read them asynchronously
-
Updated
Feb 26, 2018 - JavaScript
Search files with glob pattern and read them asynchronously
Provides a way to glob for entry files in Webpack watch and non-watch modes.
Returns true if a string has an extglob
Parse a glob pattern into an object of path parts.
Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.
📁 mvy = mkdirp + mv // a cli for moving to a new directory
Expand POSIX bracket expressions (character classes) in glob patterns.
Super tiny and ~350% faster alternative to node-glob
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.
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 "?").
Extract nested properties from an object with support for wildcards
User-friendly glob matching
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.
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
Glob to regular expression with support for extended globs.
🤠 Object property paths with wildcards and regexps 🌵
Add a description, image, and links to the globbing topic page so that developers can more easily learn about it.
To associate your repository with the globbing topic, visit your repo's landing page and select "manage topics."