sindresorhus/globby
User-friendly glob matching observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 98
- Release rhythm 86
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 37
- age_days: 4456
- days_rel: 14
- days_push: 14
- n_releases_24m: 10
Adoption not part of the score
2650 stars · 139 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Node.js library providing user-friendly glob matching for files and directories, built on fast-glob with a Promise API. It adds conveniences like multiple and negated patterns, directory expansion, and .gitignore support.
Use cases
- find files matching glob patterns in nodejs
- exclude files from glob results with negated patterns
- respect .gitignore when listing project files
- expand a directory path to all files inside it
- match multiple wildcard patterns at once
- get a promise-based list of matching file paths
When to choose
- you need glob file matching in Node.js with a clean Promise API
- you want .gitignore-aware file discovery
- you need multiple patterns with negation in one call
When to avoid
- you need synchronous-only matching without promises
- you are not in a Node.js environment
- you need extremely fine-grained control that fast-glob exposes directly
Facets
library · maturity stable
file-system parser developer-tools developer-tools files cross-platform glob globbing wildcard-matching gitignore promise-api fast-glob file-matching command-line nodejs
2 sources
- readme: https://github.com/sindresorhus/globby · fetched 2026-08-28 · ce8924c5b1ad
- registry_npm: https://registry.npmjs.org/globby · fetched 2026-08-29 · c84ce361fe86
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sindresorhus/globby | main | 94 |
For agents
markdown · JSON · MCP: product_card(name="sindresorhus/globby")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem