albertstill / regsync

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@joebowbeer/regsync

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

About

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


Languages

Language:TypeScript 82.6%Language:JavaScript 17.4%