This is a simple .NET project template for the Farmer library.
To install the latest version of the template:
dotnet new --install Farmer.Template
Then to create a project with the template, run this command in your new project directory:
dotnet new farmer
To test changes made to the template you can install it directly from the source code with this command:
dotnet new -i .