Expecto.Template
16.0.0
dotnet new install Expecto.Template::16.0.0
This package contains a .NET Template Package you can call from the shell/command line.
Expecto .NET Template
It's a template for Expecto F# test library.
How to use it?
- install template as a .NET template from nuget
- install template as a .NET template locally
How to install it as a template from NuGet?
- run
dotnet new -i Expecto.Template
- create a new project executing
dotnet new expecto -n PROJECT_NAME -o FOLDER_NAME -lang F#
How to install it as a template locally?
- download repository
- run command
dotnet new -i PATH
, where PATH is a path to a folder where project is located - create new project executing
dotnet new expecto -n PROJECT_NAME -o FOLDER_NAME -lang F#
(since there is a known issue in dotnet cli-lang F#
parameter is currently required) dotnet restore
dotnet run
ordotnet watch run
ordotnet test
ordotnet watch test
How it works?
-
net6.0
- FSharp.Core (>= 6.0.7)
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 |
---|---|---|
16.0.0 | 468 | 3/25/2025 |
15.0.0 | 2,392 | 11/20/2022 |
14.0.0 | 376 | 11/20/2022 |
13.0.1 | 4,021 | 4/22/2020 |
13.0.0 | 575 | 4/5/2020 |
12.0.0 | 882 | 11/15/2019 |
11.0.0 | 932 | 7/4/2019 |
10.0.0 | 1,819 | 9/18/2018 |
9.0.0 | 1,481 | 5/8/2018 |
8.3.0 | 1,200 | 4/8/2018 |
8.2.0 | 1,422 | 4/6/2018 |
8.1.0 | 1,254 | 4/5/2018 |
8.0.0 | 1,522 | 3/14/2018 |
7.0.0 | 1,195 | 3/10/2018 |
7.0.0-RC | 1,150 | 10/22/2017 |
6.0.0 | 1,645 | 9/30/2017 |
5.0.0 | 1,649 | 6/17/2017 |
5.0.0-beta1 | 1,294 | 4/24/2017 |
1.0.0-beta1 | 1,143 | 4/17/2017 |