An open API service indexing awesome lists of open source software.

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

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