Semuserable.Fable.Templates 1.3.3

dotnet new install Semuserable.Fable.Templates::1.3.3
This package contains a .NET Template Package you can call from the shell/command line.

NuGet Info

What's inside

Fable minimal templates with the most recent versions of npm and dotnet libraries. Each template contains README.md with instructions, but usually it's just a simple npm install && npm start.

How to use

  • install templates
dotnet new -i Semuserable.Fable.Templates::*
  • use templates
dotnet new fable-empty
dotnet new fable-react
dotnet new fable-react-elmish
  • uninstall templates
dotnet new -u Semuserable.Fable.Templates

How to upgrade

  • uninstall existing templates
dotnet new -u Semuserable.Fable.Templates
  • install new templates
dotnet new -i Semuserable.Fable.Templates::*

How to create

All templates are located in templates folder. Create new folder and put new template there. Use the existing ones as an example.

  • edit templatepack.csproj to change package details
  • create a package
dotnet pack
  • new package will be in bin/debug folder (ex. Semuserable.Fable.Templates.1.0.0.nupkg)
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.3 537 2/20/2022
1.3.2 2,121 6/27/2021
1.3.1 1,058 9/13/2020
1.3.0 620 1/12/2020
1.0.0 475 1/9/2020
0.0.2-alpha 402 1/9/2020
0.0.1-alpha 401 1/9/2020