0.1.0 • Published 6 years ago

@kba/vfs v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

vfs

A virtual filesystem that works like fs

Build Status

Currently implemented

  • file - a VFS that mirrors the local filesystem
  • zip - a VFS on top of ZIP content
  • tar - a VFS on top of tarball content (compressions: gzip, bzip2, xz)

Creating a new VFS

  • Subclass vfs.base
  • Override
    • _stat
    • _readdir