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

registry.1 « man - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30bcfc02f3efa32b8972bcd2a10759ee868907c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.\" generated with Ronn/v0.4.1
.\" http://github.com/rtomayko/ronn/
.
.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 \fIjs\-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.