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

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

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.