DotNetGoF is a CLI template for .NET Core.
It helps you to generate examples of Gang of Four.
Use the dotnet core CLI to install DotNetGoF.
dotnet new --install DotNetGoF::1.0.0
After installed it you'll see a list of templates available. If you want to check if it's all there run
dotnet new
Choose a directory through your favorite terminal and run
dotnet new <SHORT_NAME> #example: dotnet new gofaf
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.