New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

fable-compiler-js

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fable-compiler-js

Fable compiler


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

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]

FAQs

Package last updated on 23 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts