joao2391 / DotNetGoF

A custom template for dotnet core CLI. It generates projects template's based on Gang of Four (GoF) Design Pattern

Home Page:https://www.nuget.org/packages/DotNetGoF/1.0.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DotNetGoF

Nuget Nuget

DotNetGoF is a CLI template for .NET Core.

It helps you to generate examples of Gang of Four.

Installation

Use the dotnet core CLI to install DotNetGoF.

dotnet new --install DotNetGoF::1.0.0

Usage

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A custom template for dotnet core CLI. It generates projects template's based on Gang of Four (GoF) Design Pattern

https://www.nuget.org/packages/DotNetGoF/1.0.0


Languages

Language:C# 100.0%