enorfelt / MobSwitcher

CLI tool written in .net core that allows to switch the typist in a remote mob programming session quickly with git and a remote branch.
4 stars 3 forks source link

Consider PackAsTool #3

Open jzabroski opened 4 years ago

jzabroski commented 4 years ago

.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.

enorfelt commented 4 years ago

Cool! Till look in to it.

enorfelt commented 4 years ago

MobSwitcher is currently packed as true Pack as tool does not suport this. But I agree this would be neat. Will investigate further.