2.0.0-beta.1 • Published 10 months ago

@fable-org/fable-compiler-js v2.0.0-beta.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

fable-compiler-js

Fable (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. Since v1.2 Nuget packages are supported.

Global installation

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

Local installation

npm install fable-compiler-js
npx fable <PROJECT_PATH> <OUT_DIR> [--options]
2.0.0-beta.1

10 months ago

1.2.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

1.0.0-beta-001

2 years ago