.NET Core SDK project type allows you to specify <PackAsTool>True</PackAsTool> in order to put this on nuget.org as a Dotnet.Cli tool.
You can look at FluentMigrator.DotNet.Cli as an example, which also explains how to specify the tool command name so that it can have a short-hand alias.
.NET Core SDK project type allows you to specify
<PackAsTool>True</PackAsTool>
in order to put this on nuget.org as a Dotnet.Cli tool.You can look at FluentMigrator.DotNet.Cli as an example, which also explains how to specify the tool command name so that it can have a short-hand alias.