dotnet new
template for building JavaScript projects with Fable + FSharp
- dotnet SDK 2.0 or higher
- node.js 6.11 or higher
- A JS package manager:
yarn
ornpm
npm
comes bundled with node.js, but we recommend to use at leastnpm
5. If you havenpm
installed, you can upgrade it by runningnpm install -g npm
.
Although is not a Fable requirement, on macOS and Linux you'll need Mono for other F# tooling like Paket or editor support.
dotnet new -i Fable.Template.JavaScriptLibrary
This project is licensed under the MIT License. Your project should define its own license, updating the license
property in package.json
and the LICENSE.md
file with the appropriate information.