node/deps/npm/doc/cli/npm-whoami.md

18 lines
244 B
Markdown
Raw Normal View History

npm-whoami(1) -- Display npm username
=====================================
## SYNOPSIS
npm whoami
## DESCRIPTION
Print the `username` config to standard output.
## SEE ALSO
* npm-config(1)
2013-07-12 23:56:59 +08:00
* npm-config(7)
* npmrc(5)
* npm-adduser(1)