File system abstractions and implementations
npm install fs-zooJavaScript file system utilities for Node.js and browser.
``shell`
npm i fs-zoo
- crudfs a CRUD-like file system abstraction
- casfs Content Addressable Storage file system abstraction
- Directory snapshot utility
- print directory tree to terminal
- Code reference
- Test coverage
- crudfs and casfs in browser and Node.js interoperability
- [memfs][memfs] - creates an in-memory file system, with Node.js fs APIunionfs
- [][unionfs] - creates a union of multiple filesystem volumesfs-monkey
- [][fs-monkey] - monkey-patches Node's fs module and require functionlinkfs
- [][linkfs] - redirects filesystem pathsspyfs`][spyfs] - spies on filesystem actions
- [
[memfs]: https://github.com/streamich/memfs
[unionfs]: https://github.com/streamich/unionfs
[fs-monkey]: https://github.com/streamich/fs-monkey
[linkfs]: https://github.com/streamich/linkfs
[spyfs]: https://github.com/streamich/spyfs
Apache 2.0