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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-09-17 01:59:33 +0400
committerisaacs <i@izs.me>2011-09-17 01:59:33 +0400
commit5a13fe2567fdcacb8d68952afee9ccaaf3069267 (patch)
treefe939cdad8f78b2777bfb7cfe255b8dcae168632 /man1
parent72cbf54868cb6ca913017f6ad7077aead32655c2 (diff)
make doc
Diffstat (limited to 'man1')
-rw-r--r--man1/adduser.157
-rw-r--r--man1/npm.12
2 files changed, 1 insertions, 58 deletions
diff --git a/man1/adduser.1 b/man1/adduser.1
index 06d75f45b..e69de29bb 100644
--- a/man1/adduser.1
+++ b/man1/adduser.1
@@ -1,57 +0,0 @@
-.\" Generated with Ronnjs/v0.1
-.\" http://github.com/kapouer/ronnjs/
-.
-.TH "NPM\-ADDUSER" "1" "September 2011" "" ""
-.
-.SH "NAME"
-\fBnpm-adduser\fR \-\- Add a registry user account
-.
-.SH "SYNOPSIS"
-.
-.nf
-npm adduser
-.
-.fi
-.
-.SH "DESCRIPTION"
-Create or verify a user named \fB<username>\fR in the npm registry, and
-save the credentials to the \fB\|\.npmrc\fR file\.
-.
-.P
-The username, password, and email are read in from prompts\.
-.
-.P
-You may use this command to change your email address, but not username
-or password\.
-.
-.P
-To reset your password, go to \fIhttp://admin\.npmjs\.org/\fR
-.
-.P
-You may use this command multiple times with the same user account to
-authorize on a new machine\.
-.
-.SH "CONFIGURATION"
-.
-.SS "registry"
-Default: http://registry\.npmjs\.org/
-.
-.P
-The base URL of the npm package registry\.
-.
-.SH "SEE ALSO"
-.
-.IP "\(bu" 4
-npm help registry
-.
-.IP "\(bu" 4
-npm help config
-.
-.IP "\(bu" 4
-npm help owner
-.
-.IP "\(bu" 4
-npm help whoami
-.
-.IP "" 0
-
diff --git a/man1/npm.1 b/man1/npm.1
index 8471609ab..762217c87 100644
--- a/man1/npm.1
+++ b/man1/npm.1
@@ -14,7 +14,7 @@ npm <command> [args]
.fi
.
.SH "VERSION"
-1.0.28-pre-DEV-UNSTABLE
+1.0.28
.
.SH "DESCRIPTION"
npm is the package manager for the Node JavaScript platform\. It puts