Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 511 Bytes

File metadata and controls

20 lines (13 loc) · 511 Bytes

WebSharper.Templates

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#