Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 933 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 933 Bytes

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