1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00

Reference to fs-fuse project (#55)

* Referece to fs-fuse project

* Move reference to `fs-fuse` to a "see also" section
This commit is contained in:
Jesús Leganés-Combarro 2017-05-28 01:37:25 +02:00 committed by Mathias Buus
parent 889ef16e9b
commit 0fc47e4ad9

View File

@ -100,6 +100,10 @@ process.on('SIGINT', function () {
})
```
## See also
[fs-fuse](https://github.com/piranna/fs-fuse) is a wrapper module build on top of `fuse-bindings` that allow you to export and mount any `fs`-like object as a FUSE filesystem.
## API
#### `fuse.mount(mnt, ops, [cb])`