omni-vfs-local
Local file system implementation for omni-vfs.
Install
$ npm install omni-vfs-local
Usage
; const root = '/path/to/root';const vfs = root; vfs;
API
Check out the Base API for more methods.
new OmniLocal(root: string)
root
is the path in which the VFS will be rooted, all method calls are relative to this.