Skip to content

Publish (migrate) node package versions from one registry to another

Notifications You must be signed in to change notification settings

joebowbeer/regsync

Repository files navigation

@joebowbeer/regsync Coverage

Publish package versions from one registry into another.

regsync --name @scope/pkgname \
 --from.registry https://registry.npmjs.org/ --from.token $NPM_TOKEN \
 --to.registry https://npm.pkg.github.com --to.token $GITHUB_TOKEN