Install dotnet Library from GitHub
hi everyone, I have zero knowledge with dotnet, csharp and family
In golang we could do
in python we could do
but how about dotnet? can we do similar without uploading package to nuget?
thank you!
my project is:
https://github.com/lokal-so/lokal-dotnet
In golang we could do
go get github.com/username/repoin python we could do
pip3 install git+https://github.com/username/repo.gitbut how about dotnet? can we do similar without uploading package to nuget?
thank you!
my project is:
https://github.com/lokal-so/lokal-dotnet
GitHub
.NET Library for interacting with Lokal Client REST API - lokal-so/lokal-dotnet