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 twolfson/fixture-dir

Account's avatar
raszi/node-tmp
Temporary file and directory creator
Account's avatar
ryanmcgrath/wrench-js
Recursive filesystem (and other) operations that Node *should* have.
Account's avatar
caolan/async
Higher-order functions and common patterns for asynchronous code
Account's avatar
isaacs/node-mkdirp
Recursively mkdir, like `mkdir -p`
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
gruntjs/grunt
The JavaScript Task Runner
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)

Support the repos that depend on this repository

Top contributors

twolfson's profile
twolfson
36 contributions

Recent events

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

No events yet
twolfson

twolfson/fixture-dir

Create/copy directory to temporary directory

JavaScript
1
0
The Unlicense

`fixture-dir` is a small Node.js utility that creates temporary directories—optionally seeded with the contents of an existing folder—for use in automated tests. It’s aimed at developers writing test suites (e.g., with Mocha) who need isolated, easy‑to‑clean‑up filesystem fixtures without polluting the repo or the system’s `/tmp` space.