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

The **read‑file‑tree** package provides a simple Node.js utility that walks a directory recursively and returns an object representing the file tree, where each key is a file or sub‑directory name and each value is the file’s contents (or a nested tree for sub‑directories). It offers both asynchronous (`readFileTree(dir, opts, cb)`) and synchronous (`readFileTree.sync(dir, opts)`) APIs and is useful for developers who need to load an entire directory structure into memory, such as build tools, static site generators, or test fixtures.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of goto-bus-stop/read-file-tree

Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
scottcorgan/tap-spec
Formatted TAP output like Mocha's spec reporter
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

goto-bus-stop's profile
goto-bus-stop
22 contributions
dependabot-preview[bot]'s profile
dependabot-preview[bot]
3 contributions
Vehmloewff's profile
Vehmloewff
1 contributions
dependabot[bot]'s profile
dependabot[bot]
1 contributions

Recent events

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

No events yet
goto-bus-stop

goto-bus-stop/read-file-tree

recursively read contents of all files in a directory

JavaScript
2
0
MIT License