Dotnet dotnet new templates for WebSharper.
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-ReleaseInstall and test a generated package locally:
dotnet new install <path-to-nupkg>
dotnet new websharper-web -n MyApp -lang F#