amantinband / clean-architecture

The ultimate clean architecture template for .NET applications 💪
MIT License
1.4k stars 221 forks source link

Conflicts with ardalis clean architecture template #23

Closed Aminga-Nyaoso closed 6 months ago

Aminga-Nyaoso commented 6 months ago

After installing the template, I can not create a project using the template because it uses the same identifier (clean-arch) as another template from Ardalis. Consider giving it a differenet ID

amantinband commented 6 months ago

Right, didn't notice the name conflict.

You can create the template via the package id:

dotnet new Amantinband.CleanArchitecture -o CleanArchitecture