-
-
Save jamestalmage/6a3c0fa9aaf353ce8704 to your computer and use it in GitHub Desktop.
NPM - Transfer ownership of all your packages to somebody else
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm search james.talmage | awk '{system("npm owner add jamestalmage "$1)}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Didn't work for the one package I had that had a
~
in the name.Also erred on the first line of output (the headers). It surely could be improved, but good enough for the one time transfer I needed.