summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-whoami.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/npm-whoami.md')
-rw-r--r--deps/npm/doc/cli/npm-whoami.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/npm-whoami.md b/deps/npm/doc/cli/npm-whoami.md
new file mode 100644
index 000000000..3ff8837ff
--- /dev/null
+++ b/deps/npm/doc/cli/npm-whoami.md
@@ -0,0 +1,17 @@
+npm-whoami(1) -- Display npm username
+=====================================
+
+## SYNOPSIS
+
+ npm whoami
+
+## DESCRIPTION
+
+Print the `username` config to standard output.
+
+## SEE ALSO
+
+* npm-config(1)
+* npm-config(7)
+* npmrc(5)
+* npm-adduser(1)