# fable-compiler-js

[Fable](http://fable.io/) (F# to JS compiler) running entirely on node.js (no dotnet installation required). This version is somewhat experimental but it's catching up with the official [fable-compiler](https://www.npmjs.com/package/fable-compiler). Since v1.2 Nuget packages are supported.

## Global installation

```shell
npm install -g fable-compiler-js
fable <PROJECT_PATH> <OUT_DIR> [--options]
```

## Local installation

```shell
npm install fable-compiler-js
npx fable <PROJECT_PATH> <OUT_DIR> [--options]
```
