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 bconnorwhite/file-structure

Account's avatar
bconnorwhite/fs-safe
A simple fs wrapper that doesn't throw
Account's avatar
bconnorwhite/read-file-safe
Read files without try catch
Account's avatar
bconnorwhite/read-lcov-safe
Read and parse an lcov file without try catch
Account's avatar
bconnorwhite/read-md-safe
Read markdown files as a Marked token list or string
Account's avatar
bconnorwhite/types-pkg-json
Type checking for package.json
Account's avatar
bconnorwhite/types-tsconfig
Type checking for tsconfig.json
Account's avatar
bconnorwhite/write-md-safe
Write markdown files from a Marked token list or string
Account's avatar
bconnorwhite/bob
Bob is a toolkit for TypeScript projects
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mock-fs
Account's avatar
tschaub/mock-fs
A configurable mock file system. You know, for testing.

Support the repos that depend on this repository

Top contributors

bconnorwhite's profile
bconnorwhite
25 contributions

Recent events

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

No events yet
bconnorwhite

bconnorwhite/file-structure

Define and manage a file structure

TypeScript
2
0
No license

`file-structure` is a lightweight TypeScript library that lets developers declaratively define a directory tree and its files, then interact with them (read, write, watch, check existence, etc.) through a fluent API. It’s aimed at Node‑based projects—especially tooling, build scripts, or generators—where managing and manipulating a known file layout (including JSON, markdown, package.json, tsconfig, lcov, etc.) needs to be reliable and type‑safe.