mirror of https://github.com/nodejs/node.git
14 lines
535 B
HTML
14 lines
535 B
HTML
|
<h1><a href="../cli/npm-whoami.html">npm-whoami</a></h1> <p>Display npm username</p>
|
||
|
<h2 id="synopsis">SYNOPSIS</h2>
|
||
|
<pre><code>npm whoami
|
||
|
</code></pre><h2 id="description">DESCRIPTION</h2>
|
||
|
<p>Print the <code>username</code> config to standard output.</p>
|
||
|
<h2 id="see-also">SEE ALSO</h2>
|
||
|
<ul>
|
||
|
<li><a href="../cli/npm-config.html">npm-config(1)</a></li>
|
||
|
<li><a href="../misc/npm-config.html">npm-config(7)</a></li>
|
||
|
<li><a href="../files/npmrc.html">npmrc(5)</a></li>
|
||
|
<li><a href="../cli/npm-adduser.html">npm-adduser(1)</a></li>
|
||
|
</ul>
|
||
|
|