WebSharper.Templates

May 10, 2026 ยท View on GitHub

Dotnet dotnet new templates for WebSharper.

Building

This repository produces NuGet packages implementing dotnet new templates. It does not require Visual Studio or local vsix tools to build; use the included build script to create release packages.

Build release packages:

.\build CI-Release

Install and test a generated package locally:

dotnet new install <path-to-nupkg>
dotnet new websharper-web -n MyApp -lang F#