https://github.com/7sharp9/fable-fuse
https://github.com/7sharp9/fable-fuse
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/7sharp9/fable-fuse
- Owner: 7sharp9
- License: other
- Created: 2016-05-26T06:54:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T10:44:48.000Z (over 9 years ago)
- Last Synced: 2025-04-12T09:03:55.010Z (11 months ago)
- Language: F#
- Size: 21.5 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fable |> fuse
Fable bindings for Fuse
See: https://www.fusetools.com",
## Installation
```sh
$ npm install --save fable-core
$ npm install --save-dev fable-fuse
```
## Usage
### In a F# project (.fsproj)
```xml
```
### In a F# script (.fsx)
```fsharp
#r "node_modules/fable-core/Fable.Core.dll"
#load "node_modules/fable-fuse/Fable.Observable.fs"
#load "node_modules/fable-fuse/Fable.Apis.fs"
#load "node_modules/fable-fuse/Fable.PromiseExt.fs"
open Fable.Core
open Fuse
```