Both source and target package sources should be configured on machine where this tool will be run.
2. Install dotnet tool
dotnet tool install --global NugetPackagesMigrator
Given we have 2 nuget sources configured, one named "source-repository" and other "target-repository", run following command:
dotnet nuget-migrator --from source-repository --to target-repository