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

https://github.com/StudyResearchProjects/node-floppy-disk

💾 Centralized file system management for Node.js
https://github.com/StudyResearchProjects/node-floppy-disk

electron files filesystem fs javascript json nodejs typescript

Last synced: 6 months ago
JSON representation

💾 Centralized file system management for Node.js

Awesome Lists containing this project

README

          

# node-floppy-disk
💾 Centralized file system management for Node.js

> ⚠️ WARNING! This is a work in progress, some changes still experimental and features are in testing stage. Any Issue, PR and other enhancement is welcome.

## Motivation
Make use of a layer above NodeJS's `fs` module which makes easier to create, read, delete and update files.
This module is intended to use with :electron: (Electron) applications but its API is isolated from Electron's API.

## Installation
```bash
npm i node-floppy-disk
```

## Contributions
Any contribution to this project is welcome.
Feel free to open an issue or creating a pull request.