Welcome to mirror list, hosted at ThFree Co, Russian Federation.

npm-whoami.md « cli « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 70b6a48f44671ce563b990815a2a83d2798ea25c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
npm-whoami(1) -- Display npm username
=====================================

## SYNOPSIS

    npm whoami [--registry <registry>]

## DESCRIPTION

Print the `username` config to standard output.

## SEE ALSO

* npm-config(1)
* npm-config(7)
* npmrc(5)
* npm-adduser(1)