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/man
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-07-20 03:51:48 +0400
committerisaacs <i@izs.me>2010-07-25 05:51:21 +0400
commit470621cb3b29da03080b369a1b79ab70e20a22fd (patch)
tree21e8504eb1bb22287fce066f4d90f3bfdf639a4e /man
parentce03c09035dc958cbcc069cfb7f86aef38fc5ef0 (diff)
Remove outdated documentation
Diffstat (limited to 'man')
-rw-r--r--man/registry.127
1 files changed, 0 insertions, 27 deletions
diff --git a/man/registry.1 b/man/registry.1
deleted file mode 100644
index c3fdc0c7e..000000000
--- a/man/registry.1
+++ /dev/null
@@ -1,27 +0,0 @@
-.\" generated with Ronn/v0.7.3
-.\" http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH "NPM\-REGISTRY" "1" "May 2010" "" ""
-.
-.SH "NAME"
-\fBnpm\-registry\fR \- Notes on the JavaScript package registry
-.
-.SH "MARKED FOR REMOVAL"
-This doc file will be removed once its contents have been implemented and its data moved to the relevant command documentation\.
-.
-.SH "npm registry"
-Notes on npm\'s use of the js\-registry \fIhttp://github\.com/mikeal/js\-registry\fR\.
-.
-.SH "Changed commands"
-.
-.SS "list"
-npm list will now also show packages that are in the registry for installation, along with info about their tags and versions, etc\. To limit to a particular tag, preface it with @, for instance: \fBnpm list foo @stable\fR to show the stable version of foo\. \fBnpm list @stable\fR would so all packages with a tag of \fBstable\fR\.
-.
-.P
-The current behavior will be available via \fBnpm list @installed\fR\.
-.
-.SH "Configuration"
-A registry base URL must be specified, either with the \fB\-\-registry <url>\fR in the command line, or by setting a registry url in the \.npmrc file\.
-.
-.P
-Also, need something to keep track of the user who\'s logged in? That\'s dicey\.