@kba/vfs
v0.1.0
Published
Virtual File Systems with a node fs-like API
Downloads
16
Readme
vfs
A virtual filesystem that works like fs
Currently implemented
file
- a VFS that mirrors the local filesystemzip
- a VFS on top of ZIP contenttar
- a VFS on top of tarball content (compressions: gzip, bzip2, xz)
Creating a new VFS
- Subclass
vfs.base
- Override
_stat
_readdir