JavaScript file system utilities for Node.js and browser.
npm i memfs
- In-memory Node.js
fs
API - In-memory browser File System (Access) API
fs
to File System (Access) API adapter- File System (Access) API to
fs
adapter - Directory
snapshot
utility print
directory tree to terminal- Code reference
- Test coverage
- Git in browser, which writes to a real folder
- Git in browser, which writes to OPFS file system
- Git on in-memory file system
fs
in browser, creates a.tar
file in real folderfs
in browser, synchronous API, writes to real folder
unionfs
- creates a union of multiple filesystem volumesfs-monkey
- monkey-patches Node'sfs
module andrequire
functionlinkfs
- redirects filesystem pathsspyfs
- spies on filesystem actions
Apache 2.0