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-01-23 07:19:02 +0300
committerisaacs <i@izs.me>2011-01-23 07:19:48 +0300
commitfe970a0ab5eff7e37972273730cde9459226fee5 (patch)
treeaf3cc8dbaf7e7887ab65d64d812dc20aeef9ebf6 /man1
parent456e59848fa46484a52b07d6e1796d035441327e (diff)
Alias "ls" command to "search" and "find"
Diffstat (limited to 'man1')
-rw-r--r--man1/find.198
-rw-r--r--man1/search.198
2 files changed, 196 insertions, 0 deletions
diff --git a/man1/find.1 b/man1/find.1
new file mode 100644
index 000000000..2ee91977a
--- /dev/null
+++ b/man1/find.1
@@ -0,0 +1,98 @@
+.\" Generated with Ronnjs/v0.1
+.\" http://github.com/kapouer/ronnjs/
+.
+.TH "NPM\-LIST" "1" "January 2011" "" ""
+.
+.SH "NAME"
+\fBnpm-list\fR \-\- List installed packages
+.
+.SH "SYNOPSIS"
+.
+.nf
+npm list
+npm ls
+.
+.fi
+.
+.SH "DESCRIPTION"
+This command will print to stdout all the versions of packages that are
+either installed or available in the registry, with their tags and whether
+or not they\'re active and/or stable\.
+.
+.P
+To filter a single package or state, you can provide words to filter on
+and highlight (if appropriate)\. For instance, to see all the stable
+packages, you could do this:
+.
+.IP "" 4
+.
+.nf
+npm ls stable
+.
+.fi
+.
+.IP "" 0
+.
+.P
+Another common usage is to find the set of all packages that are
+installed\. This can be accomplished by doing this:
+.
+.IP "" 4
+.
+.nf
+npm ls installed
+.
+.fi
+.
+.IP "" 0
+.
+.SH "CONFIGURATION"
+.
+.SS "registry"
+Default: https://registry\.npmjs\.org/
+.
+.P
+The base URL of the npm package registry\.
+.
+.SS "listopts"
+Default: ""
+.
+.P
+A whitespace\-separated list of extra args that are always passed to npm ls
+.
+.P
+For example: \fBlistopts = remote\fR
+.
+.P
+\fBnpm ls\fR
+.
+.P
+The output here will always filter by remote
+.
+.SS "description"
+Default: true
+.
+.P
+Show the package description in npm ls\.
+.
+.SS "outfd"
+Default: Standard Output FD (1)
+.
+.P
+The file descriptor (integer) or stream object where npm will write
+"normal" output\. For instance, the \fBls\fR and \fBview\fR commands write their
+output here\.
+.
+.P
+When using npm programmatically, you may want to provide a
+FileWriteStream, or some other form of WritableStream\.
+.
+.SS "color"
+Default: true
+.
+.P
+Set to false to disable colorized output\.
+.
+.P
+In versions of node that expose the \fBisatty\fR function, npm will never
+write colorized output to a non\-terminal file descriptor\.
diff --git a/man1/search.1 b/man1/search.1
new file mode 100644
index 000000000..2ee91977a
--- /dev/null
+++ b/man1/search.1
@@ -0,0 +1,98 @@
+.\" Generated with Ronnjs/v0.1
+.\" http://github.com/kapouer/ronnjs/
+.
+.TH "NPM\-LIST" "1" "January 2011" "" ""
+.
+.SH "NAME"
+\fBnpm-list\fR \-\- List installed packages
+.
+.SH "SYNOPSIS"
+.
+.nf
+npm list
+npm ls
+.
+.fi
+.
+.SH "DESCRIPTION"
+This command will print to stdout all the versions of packages that are
+either installed or available in the registry, with their tags and whether
+or not they\'re active and/or stable\.
+.
+.P
+To filter a single package or state, you can provide words to filter on
+and highlight (if appropriate)\. For instance, to see all the stable
+packages, you could do this:
+.
+.IP "" 4
+.
+.nf
+npm ls stable
+.
+.fi
+.
+.IP "" 0
+.
+.P
+Another common usage is to find the set of all packages that are
+installed\. This can be accomplished by doing this:
+.
+.IP "" 4
+.
+.nf
+npm ls installed
+.
+.fi
+.
+.IP "" 0
+.
+.SH "CONFIGURATION"
+.
+.SS "registry"
+Default: https://registry\.npmjs\.org/
+.
+.P
+The base URL of the npm package registry\.
+.
+.SS "listopts"
+Default: ""
+.
+.P
+A whitespace\-separated list of extra args that are always passed to npm ls
+.
+.P
+For example: \fBlistopts = remote\fR
+.
+.P
+\fBnpm ls\fR
+.
+.P
+The output here will always filter by remote
+.
+.SS "description"
+Default: true
+.
+.P
+Show the package description in npm ls\.
+.
+.SS "outfd"
+Default: Standard Output FD (1)
+.
+.P
+The file descriptor (integer) or stream object where npm will write
+"normal" output\. For instance, the \fBls\fR and \fBview\fR commands write their
+output here\.
+.
+.P
+When using npm programmatically, you may want to provide a
+FileWriteStream, or some other form of WritableStream\.
+.
+.SS "color"
+Default: true
+.
+.P
+Set to false to disable colorized output\.
+.
+.P
+In versions of node that expose the \fBisatty\fR function, npm will never
+write colorized output to a non\-terminal file descriptor\.