Creates a FNA/Monogame based Nez project.
Documentation on manual setup and prerequisites can be found in the official repositories:
git clone https://github.com/Tobi-Mob/Nez-Templates.git -depth 1
dotnet new --install Nez-Templates/Template
Create a FNA based Project
dotnet new nez -o MyGame
Create a Monogame base Project
dotnet new nez -o MyGame -f MG38