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

This package extends the standard Node.js `glob` module by adding support for filtering files according to `.gitignore` rules, making it ideal for developers who need to perform file pattern matching while respecting gitignore patterns. It's particularly useful for Node.js developers working on projects where performance is critical, as it filters files during the traversal process rather than after, avoiding unnecessary disk operations.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of kaelzhang/node-glob-gitignore

Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
kaelzhang/node-ignore
Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
Account's avatar
kaelzhang/make-array
Creates a real Array from almost anything.
Account's avatar
kaelzhang/node-util-inherits
util.inherits with compatibility
Account's avatar
avajs/ava
Node.js test runner that lets you develop with confidence.
Account's avatar
codecov/codecov-node
Uploading report to Codecov: https://codecov.io
Account's avatar
kaelzhang/eslint-config-ostai
Custom eslint configuration of ostai
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
istanbuljs/nyc
the Istanbul command line interface

Support the repos that depend on this repository

Top contributors

kaelzhang's profile
kaelzhang
29 contributions
armano2's profile
armano2
1 contributions

Recent events

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

No events yet
kaelzhang

kaelzhang/node-glob-gitignore

Extends `glob` with support for filtering files according to gitignore rules and exposes an optional Promise API

JavaScript
19
5
Other