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

Filendir is a Node.js module that simplifies writing files to a specified path by automatically creating any missing directories in the path. It provides both synchronous (`filendir.writeFileSync` or `filendir.ws`) and asynchronous (`filendir.writeFile` or `filendir.wa`) methods, mirroring Node.js's native `fs` methods. This tool is ideal for Node.js developers who need a straightforward way to write files without manually ensuring directory structures exist.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of aodev/filendir

Account's avatar
isaacs/node-mkdirp
Recursively mkdir, like `mkdir -p`
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
jestjs/jest
Jest plugin to use babel for transformation.
Account's avatar
standard/eslint-config-standard
JavaScript Standard Style - ESLint Shareable Config
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
eslint-community/eslint-plugin-promise
Enforce best practices for JavaScript promises
Account's avatar
standard/eslint-plugin-standard
ESlint Plugin for the Standard Linter
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)

Support the repos that depend on this repository

Top contributors

AoDev's profile
AoDev
25 contributions
douglas-treadwell's profile
douglas-treadwell
1 contributions

Recent events

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

No events yet
aodev

aodev/filendir

A nodejs module: Write a file and create the directories found in its path if needed.

JavaScript
10
4
MIT License