It's a template for Expecto F# test library.
- install template as a .NET template from nuget
- install template as a .NET template locally
- run
dotnet new -i Expecto.Template - create a new project executing
dotnet new expecto -n PROJECT_NAME -o FOLDER_NAME -lang F#
- 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 restoredotnet runordotnet watch runordotnet testordotnet watch test

