Skip to content
#

globbing

Here are 44 public repositories matching this topic...

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

  • Updated Apr 19, 2024
  • JavaScript

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 "?").

  • Updated Jan 16, 2023
  • JavaScript

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.

  • Updated Dec 29, 2022
  • JavaScript

Linux commands and basic concepts you need for performing essential tasks on a server as a DevOps, SRE, or SysAdmin are critical. I'll do my best to explain everything as simple as possible.

  • Updated Apr 28, 2024
  • Go

Improve this page

Add a description, image, and links to the globbing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the globbing topic, visit your repo's landing page and select "manage topics."

Learn more