0.1.0 • Published 7 years ago
@kba/vfs v0.1.0
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