Please publish on nuget.org
Please publish the application on nuget.org so that it can be more easily installed (and updated) using dotnet tool install -g SubTubular
you can use the command in publish.cmd to install and update for now...
you can use the command in publish.cmd to install and update for now...
I'm not sure I understand, how does that make it easier to install or update? This is a pretty great program, ideally it should be in the usual package manager (brew, nix, aur, apt, winget, etc) but that's a lot of work and the next best thing is to be able to install and update it using the dotnet tools, which I thought would be trivial to enable. Am I wrong?
@quidnu Thanks for the flowers! I'll look into making the app available on package managers. Until then - once downloaded, you can update it using the command SubTubular.exe release --install latest as described here.
I forked and made a nix flake so that anyone using nix flakes can do nix run quidnu/SubTubular/nix-flake and it should run automagically.