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 hoperyy/sync-directory

Account's avatar
paulmillr/chokidar
Minimal and efficient cross-platform file watching library
Account's avatar
tj/commander.js
the complete solution for node.js command-line programs
Account's avatar
jprichardson/node-fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Account's avatar
JS-DevTools/readdir-enhanced
fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.

Support the repos that depend on this repository

Top contributors

hoperyy's profile
hoperyy
161 contributions
dwidge's profile
dwidge
25 contributions
G3z's profile
G3z
6 contributions
FossPrime's profile
FossPrime
2 contributions
Zamiell's profile
Zamiell
1 contributions
dependabot[bot]'s profile
dependabot[bot]
1 contributions
ritschwumm's profile
ritschwumm
1 contributions

Recent events

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

No events yet
hoperyy

hoperyy/sync-directory

sync two directories by copy or creating hardlink.

JavaScript
53
13
No license

sync‑directory is a small utility that mirrors the contents of one folder to another, either by copying files or by creating hard‑links for speed. It offers both a command‑line tool and a programmatic API (sync or async) with options for watching changes, excluding patterns, handling symlinks, and cleaning up orphaned files—aimed at developers who need automated, lightweight directory synchronization.