JSPM

  • Created
  • Published
  • Downloads 17594605
  • Score
    100M100P100Q235408F
  • License Apache-2.0

In-memory file-system with Node's fs API.

Package Exports

  • memfs
  • memfs/lib/index.js
  • memfs/lib/node
  • memfs/lib/node.js
  • memfs/lib/volume
  • memfs/lib/volume.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (memfs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

memfs

JavaScript file system utilities for Node.js and browser.

Install

npm i memfs

Docs

Demos

See also

  • spyfs - spies on filesystem actions
  • unionfs - creates a union of multiple filesystem volumes
  • linkfs - redirects filesystem paths
  • fs-monkey - monkey-patches Node's fs module and require function
  • libfs - real filesystem (that executes UNIX system calls) implemented in JavaScript

License

Apache 2.0