https://github.com/rosscomputerguy/osjs-devices-adapter
Adds access to the devices that are added to the system in OS.js V3.
https://github.com/rosscomputerguy/osjs-devices-adapter
Last synced: 3 months ago
JSON representation
Adds access to the devices that are added to the system in OS.js V3.
- Host: GitHub
- URL: https://github.com/rosscomputerguy/osjs-devices-adapter
- Owner: RossComputerGuy
- License: apache-2.0
- Created: 2018-11-29T04:22:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T17:23:47.000Z (over 7 years ago)
- Last Synced: 2025-03-09T02:03:11.529Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OS.js Devices Adapter
Adds access to the devices that are added to the system in OS.js V3.
# Installing
```
$ npm install --save osjs-devices-adapter
```
Then follow the [VFS Guide](https://manual.os-js.org/v3/guide/filesystem/#adding-mountpoints) but replace the `customAdapter` variable with `DevicesAdapter` and import/require `osjs-devices-adapter` instead of `custom-adapter`.
# Attributes
|Name|Default|Type|Description|
|---|---|---|---|
|`exclude`|[]|Array|Excludes drives from the listing.|