1 रिपॉजिटरी
Automatically creates missing parent directories when writing files to a nested path.
Distinct from Automatic Provisioning: Existing candidates focus on monitoring or access key provisioning, not filesystem path creation.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Recursive Directory Provisioning. Refine with filters or upvote what's useful.
node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and directory operations. It functions as a recursive directory manager, a JSON file processor, and a file asset manipulator, extending the standard library to provide high-level utilities for managing assets on disk. The project distinguishes itself through recursive capabilities, such as duplicating or removing nested folder structures and ensuring that all missing parent directories are automatically generated when creating files or symbolic links. It also integrates a JSON se
Provides automatic creation of missing parent directories before executing file write operations.