I have a question, I would like to create a nuget Package, wich only include a custom scaffolding template.
I know how I create a custom scaffolding, but I do it ever in an existing mvc project, but now I want to create NuGet package, so that I can install the package on my projects and don't have to create or copy the complete scaffolding template.
Can someone help me?
Best regards