Just like what node-fs-extra did to fs, it extends memory-fs, with some little diff
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
TypeScript definitions for fs-extra
A simple in-memory filesystem. Holds data in a javascript object.
In-memory file-system with Node's fs API.
Monkey patches for file system related things.
A minimal-dependency drop-in replacement to `fs` with changes for resiliency, promises, and convenience.
Core filesystem primitives: Node, Link, File, Superblock
TypeScript definitions for memory-fs
Vinyl adapter for the file system.
Use multiple `fs` modules in a union.
fs read and write streams based on minipass
Node file system library and fs-extra module promisified with bluebird
Simple in-memory vinyl file store
fs (file system package) extensions
Better file system API
Streaming http in the browser
File system walker with Readable stream interface.
fs-extra for 'co'
fs read and write streams based on minipass
Fork of fs-ext with prebuilt binaries and Windows LockFileEx support.
A drop-in replacement for fs, making various improvements.
In-memory filesystem with Node.js fs-compatible API
A configurable mock file system. You know, for testing.