### Used resources https://www.youtube.com/watch?v=XzD-95qfWJM https://www.youtube.com/watch?v=rdWZo5PD9Ek https://learn.microsoft.com/en-us/dotnet/core/tutorials/cli-templates-create-template-package?pivots=dotnet-8-0 ### Build the package `dotnet pack` ### Push to local nuget `dotnet nuget push ./bin/Release/MycroForge.Package.PluginTemplate.1.0.0.nupkg --source http://localhost:5555/v3/index.json --api-key password` ### Install template package from local nuget `dotnet new install MycroForge.Package.PluginTemplate --nuget-source http://localhost:5555/v3/index.json --force`