Dismiss
  • Scroll up
  • Toggle Theme
  • View as Mobile

@davidwells/glob-utils

@davidwells/glob-utils is a file discovery helper for projects that need to locate files with glob patterns, regular expressions, ignore rules, and gitignore-aware filtering.

It is small infrastructure for larger automation systems: find the relevant files, avoid noise, and feed a cleaner file set into the next step.

Why it matters

Build tools, documentation generators, and CI utilities all start with file discovery. Making that layer reusable keeps later tooling simpler.