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
- Host: GitHub
- URL: https://github.com/StudyResearchProjects/node-floppy-disk
- Owner: StudyResearchProjects
- License: mit
- Archived: true
- Created: 2019-07-11T00:06:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T04:17:46.000Z (over 6 years ago)
- Last Synced: 2025-10-02T01:18:18.557Z (6 months ago)
- Topics: electron, files, filesystem, fs, javascript, json, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.