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

`move-concurrently` is a Node.js utility that provides a Promise‑based API for moving files and directories. It tries to rename the source for speed and automatically falls back to a copy‑and‑delete strategy (handling EXDEV errors, cross‑device moves, and Windows‑specific symlink/junction quirks) while allowing configurable concurrency and dependency injection, making it useful for developers who need reliable, high‑performance file‑system moves in scripts or build tools.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of npm/move-concurrently

Account's avatar
npm/copy-concurrently
Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.
Account's avatar
iarna/aproba
A ridiculously light-weight argument validator (now browser friendly)
Account's avatar
npm/fs-write-stream-atomic
Like `fs.createWriteStream(...)`, but atomic.
Account's avatar
isaacs/node-mkdirp
Recursively mkdir, like `mkdir -p`
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
iarna/run-queue
A promise based, dynamic priority queue runner, with concurrency limiting.
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
iarna/tacks
Generate fixture modules from folders

Support the repos that depend on this repository

Top contributors

iarna's profile
iarna
6 contributions

Recent events

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

No events yet
npm

npm/move-concurrently

Promises of moves of files or directories with rename, falling back to recursive rename/copy on EXDEV errors, with configurable concurrency and win32 junction support.

JavaScript
18
5
ISC License