@mount0/core
v0.0.1
Published
High-performance virtual filesystem for developers
Maintainers
Readme
@mount0/core
High-performance virtual filesystem core for mount0.
Installation
npm install @mount0/coreUsage
import { mount0 } from '@mount0/core';
import { LocalProvider } from '@mount0/local';
const fs = mount0();
fs.handle('/', new LocalProvider('/path/to/data'));
await fs.mount('/mnt/myfs');Requirements
- Node.js: v20.x or higher
- FUSE/WinFsp:
License
MIT
