We have a developer zone in our organization that developer computers doesn't have internet connection.
They need to install packages from NuGet
, So we have to create a proxy/cache solution that satisfy this need. Also we should use opensource solutions.
I checked [BaGet][1]
, [LiGet][1]
read-through caching mode,they can download packages from nuget and delivers it to the developers. But they don't install dependencies of packages, Simply install the package itself.
Is there any better solution?