Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tcm9439/tauri-filesystem-util

A util package for filesystem operation interface: one implementation for tauri and one implementation for nodejs (for testing).
https://github.com/tcm9439/tauri-filesystem-util

Last synced: 11 days ago
JSON representation

A util package for filesystem operation interface: one implementation for tauri and one implementation for nodejs (for testing).

Awesome Lists containing this project

README

        

# Tauri File System Util

A helper utility library for accessing filesystem when using Tauri.
Also provide another implementation of Node (local fs) for unit test purpose.

See the [IFileSystem interface](./src/filesystem/IFileSystem.ts) for function provided.