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

https://github.com/7sharp9/fable-fuse


https://github.com/7sharp9/fable-fuse

Last synced: 10 months ago
JSON representation

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
```