Awesome
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