From 1770d3f09e365f864ea90465a25fc213e77370bd Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Tue, 17 Dec 2019 10:38:00 +0100 Subject: [PATCH] add more docs --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9328ed..a1c46d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,22 @@ # fuse-native + Multithreaded FUSE bindings for Node JS. -__Documentation WIP__ +## Features + +* N-API support means we ship prebuilds and in general works on new Node.js releases. +* Multithreading support means multiple calls to FUSE can run in parallel. +* Close to feature complete in terms of the the FUSE API. +* Embedded shared library support means users do not have to install FUSE from a 3rd party. +* API support for initial FUSE kernel extension configuration so you can control the user experience. + +## API + +TODO + +## License + +MIT for these bindings. + +See the [OSXFUSE](https://github.com/osxfuse/osxfuse) license for MacOS and the [libfuse](https://github.com/libfuse/libfuse) license for Linux/BSD +for the FUSE shared library licence.