DotNetGoF is a CLI template for .NET Core.
You can check the Github repo and the Nuget Package.
It helps you to generate examples of Gang of Four.
How to install
Use the dotnet core CLI to install DotNetGoF.
dotnet new --install DotNetGoF::1.0.0
How to use
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
Enjoy it!
Top comments (0)