Skip to content

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

Notifications You must be signed in to change notification settings

joao2391/DotNetGoF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages