I want to set up a local repository for developers, this repository will be used to install packages on projects in our internal team. How can I setup local repository using powershell? Like-I want to provide 100(suppose) packages to my developers through my local repository. Manually, I've to download all those packages from Nuget.org into my local repository. This is the task I want to automate, I want powershell to take the name and download these packages from Nuget.org to my local folder.
Thanks.