2011-11-27 01:21:03 +08:00
|
|
|
.\" Generated with Ronnjs/v0.1
|
|
|
|
.\" http://github.com/kapouer/ronnjs/
|
|
|
|
.
|
2012-08-02 10:10:42 +08:00
|
|
|
.TH "NPM\-WHOAMI" "3" "August 2012" "" ""
|
2011-11-27 01:21:03 +08:00
|
|
|
.
|
|
|
|
.SH "NAME"
|
|
|
|
\fBnpm-whoami\fR \-\- Display npm username
|
|
|
|
.
|
|
|
|
.SH "SYNOPSIS"
|
|
|
|
.
|
|
|
|
.nf
|
|
|
|
npm\.commands\.whoami(args, callback)
|
|
|
|
.
|
|
|
|
.fi
|
|
|
|
.
|
|
|
|
.SH "DESCRIPTION"
|
|
|
|
Print the \fBusername\fR config to standard output\.
|
|
|
|
.
|
|
|
|
.P
|
|
|
|
\'args\' is never used and callback is never called with data\.
|
|
|
|
\'args\' must be present or things will break\.
|
|
|
|
.
|
|
|
|
.P
|
|
|
|
This function is not useful programmatically
|