Examples (7)
Create a new authentication token
npm token createList all tokens associated with an account
npm token listDelete a specific token using its token ID
npm token revoke token_idCreate a token with read-only access
npm token create --read-onlyCreate a token with publish access
npm token create --publishAutomatically configure an npm token in your global `.npmrc` file when you log in
Remove a token from the global configuration
npm token revoke token_idmade by @shridhargupta | data from tldr-pages