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.
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
.
fable-empty
containsFable
withoutReact
orElmish
npm
libsdotnet
libs
fable-react
containsReact
bindings forFable
with several examples withoutElmish
npm
libsdotnet
libs
fable-react-elmish
containsReact
bindings andElmish
architecture forFable
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 | 582 | 2/20/2022 |
1.3.2 | 2,154 | 6/27/2021 |
1.3.1 | 1,088 | 9/13/2020 |
1.3.0 | 645 | 1/12/2020 |
1.0.0 | 501 | 1/9/2020 |
0.0.2-alpha | 427 | 1/9/2020 |
0.0.1-alpha | 426 | 1/9/2020 |