Skip to content

File system abstractions and implementations

License

Notifications You must be signed in to change notification settings

nileflowers/fs-zoo

 
 

Repository files navigation

fs-zoo

JavaScript file system utilities for Node.js and browser.

Install

npm i fs-zoo

Resources

Demos

See also

  • memfs - creates an in-memory file system, with Node.js fs API
  • unionfs - creates a union of multiple filesystem volumes
  • fs-monkey - monkey-patches Node's fs module and require function
  • linkfs - redirects filesystem paths
  • spyfs - spies on filesystem actions

License

Apache 2.0

About

File system abstractions and implementations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.5%
  • JavaScript 0.5%