@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.
Build tools, documentation generators, and CI utilities all start with file discovery. Making that layer reusable keeps later tooling simpler.