globby

Glob files with support for multiple patterns.

EstablishedOpen SourceLow lock-in

Pricing

Free tier

Flat rate

Adoption

Cooling

License

Open Source

Data freshness

Aging · Jun 8, 2026

Overview

What is globby?

Globby is a powerful tool that allows developers to glob files using multiple patterns. It simplifies file searching and manipulation in Node.js projects, making it an essential utility for managing complex file structures.

Key differentiator

Globby stands out as a lightweight and efficient tool for globbing files in Node.js, offering robust support for multiple patterns without the overhead of larger libraries.

Capability profile

Capability Radar

Ease of StartEcosystemValueMaturityFlexibilityScale Ready

Honest assessment

Strengths & Weaknesses

↑ Strengths

Supports multiple glob patternsmedium

Handles asynchronous operations efficientlymedium

Extensive test coverage and reliabilitymedium

↓ Weaknesses

Limited support for complex glob patternshigh

Some advanced globbing features found in other tools like `fast-glob` are not supported, such as brace expansion or extended glob syntax.

Performance issues with large directoriesmedium

Globby can become slow and resource-intensive when searching through directories with a very high number of files or deeply nested structures.

Documentation is not comprehensivehigh

The documentation lacks detailed examples and explanations for advanced usage, making it harder for new users to fully leverage the tool's capabilities.

Fit analysis

Who is it for?

✓ Best for

Developers working on large-scale Node.js applications with complex directory structures

Projects requiring efficient and reliable globbing operations for file handling

✕ Not a fit for

Applications that require real-time file monitoring (use cases like fs.watch)

Scenarios where a full-featured file system library is needed over simple globbing

Cost structure

Pricing

Free Tier

Available

Open source — free to use

Starts at

$0

Model

Flat rate

Enterprise

None

Performance benchmarks

How Fast Is It?

Ecosystem

Relationships

Next step

Get Started with globby

Step-by-step setup guide with code examples and common gotchas.

View Setup Guide →