https://github.com/ovesco/node-switchable-fs
A small filesystem offering a unified API over various implementations
https://github.com/ovesco/node-switchable-fs
Last synced: 8 months ago
JSON representation
A small filesystem offering a unified API over various implementations
- Host: GitHub
- URL: https://github.com/ovesco/node-switchable-fs
- Owner: ovesco
- Created: 2020-05-18T08:16:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:14:13.000Z (over 3 years ago)
- Last Synced: 2025-07-25T16:10:29.214Z (11 months ago)
- Language: TypeScript
- Size: 723 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-switchable-fs
A typescript filesystem offering a unified API over any kind of concrete adapter implementation.
## Existing adapters
Currently only one adapter is working and tested:
- Local adapter which makes use of `fs` under the hood