Home

Awesome

F# Templates for dotnet new

️️️⚠️️ All theses templates reflect my personal way of architecturing projects, if you don't like it fork and create your own !

Installation

FSharp-Dll-Sln

dotnet new paketsln -n MyNewProject -o MyNewProject --github-user vbfox --github-project MyNewProject --nuget "BlackFox.MyNewProject" --author "Julien Roncaglia"

My own take on a full F# solution for VS2015 / .Net 4.5.2 :

The solution come with 2 projects: A library and an unit test project (Using NUnit).

Parameters: