https://github.com/allnulled/lsw-filesystem
Filesystem tool based on IDB for LSW
https://github.com/allnulled/lsw-filesystem
Last synced: 12 months ago
JSON representation
Filesystem tool based on IDB for LSW
- Host: GitHub
- URL: https://github.com/allnulled/lsw-filesystem
- Owner: allnulled
- License: other
- Created: 2025-02-04T11:13:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T17:12:54.000Z (about 1 year ago)
- Last Synced: 2025-06-30T12:45:13.303Z (12 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# lsw-filesystem
Filesystem tool based on IDB for LSW.
Based on [@allnulled/universal-file-system](https://github.com/allnulled/universal-file-system).
## Installation
```sh
npm i -s @allnulled/lsw-filesystem
```
## Importation
From node.js:
```js
require("@allnulled/lsw-filesystem");
```
From html:
```html
```
## API
Here, we document the methods apart from the [@allnulled/universal-file-system](https://github.com/allnulled/universal-file-system) API.
And there are none right now.
## Usage
The API is injected by global `LswFilesystem`. You can find a [@allnulled/universal-file-system](https://github.com/allnulled/universal-file-system) API from there, plus what this API provides.
## Test
You can access the test file inside the project.