Home

Awesome

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

dotnet new -i Semuserable.Fable.Templates::*
dotnet new fable-empty
dotnet new fable-react
dotnet new fable-react-elmish
dotnet new -u Semuserable.Fable.Templates

How to upgrade

dotnet new -u Semuserable.Fable.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.

dotnet pack