Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of fabiospampinato/tiny-readdir-glob-gitignore

Account's avatar
fabiospampinato/fast-ignore
A fast parser and processor for .gitignore files.
Account's avatar
fabiospampinato/find-up-path
Find the path of the first file matching a given name, walking the filesystem upwards.
Account's avatar
fabiospampinato/tiny-readdir-glob
A simple promisified recursive readdir function, with support for globs.
Account's avatar
fabiospampinato/zeptomatch-explode
A little utility for exploding a zeptomatch-flavored glob into its dynamic and static parts.
Account's avatar
fabiospampinato/zeptomatch-is-static
A little utility for checking if a glob is fully static.
Account's avatar
fabiospampinato/zeptomatch-unescape
A little utility for removing escape sequences from a glob.
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
fabiospampinato/fava
A wannabe tiny largely-drop-in replacement for ava that works in the browser too.
Account's avatar
fabiospampinato/tsex
A little CLI for making TypeScript packages, cleanly and effortlessly.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

fabiospampinato's profile
fabiospampinato
24 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
fabiospampinato

fabiospampinato/tiny-readdir-glob-g...

A simple promisified recursive readdir function, with support for globs and .gitignore files.

TypeScript
13
0
MIT License

Tiny Readdir Glob Gitignore is a tiny Node.js utility that provides a Promise‑based, recursive directory‑reading function with built‑in glob pattern matching and automatic handling of `.gitignore`‑style ignore files. It’s aimed at developers who need fast, memory‑efficient file system traversal (e.g., build tools, linters, or CLI scripts) while respecting project ignore rules and offering fine‑grained options such as depth limits, symlink handling, and abort signals.