Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 439 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 439 Bytes

@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