UNPKG

npm

Version:

a package manager for JavaScript

24 lines (16 loc) 370 B
--- title: npm-whoami section: 1 description: Display npm username --- ### Synopsis ```bash npm whoami [--registry <registry>] ``` Note: This command is unaware of workspaces. ### Description Print the `username` config to standard output. ### See Also * [npm config](/commands/npm-config) * [npmrc](/configuring-npm/npmrc) * [npm adduser](/commands/npm-adduser)