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/ls.1
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-08-18 21:58:59 +0400
committerisaacs <i@izs.me>2010-08-18 21:58:59 +0400
commitf2ccd1783065d471c891c83082eab9c76361c4c3 (patch)
tree837221b349cfe68a41aaf61dcde15d197b2f9657 /man/ls.1
parent9e87e148e145ac46797ad41d02f9d41c9f1dfea1 (diff)
Use ronnjs instead of the ronn rubygem to build docs
Diffstat (limited to 'man/ls.1')
-rw-r--r--man/ls.124
1 files changed, 14 insertions, 10 deletions
diff --git a/man/ls.1 b/man/ls.1
index 236510380..f344b4fe5 100644
--- a/man/ls.1
+++ b/man/ls.1
@@ -1,30 +1,32 @@
-.\" generated with Ronn/v0.7.3
-.\" http://github.com/rtomayko/ronn/tree/0.7.3
+.\" Generated with Ronnjs/v0.1
+.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-LIST" "1" "August 2010" "" ""
.
.SH "NAME"
-\fBnpm\-list\fR \- List installed packages
+\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\.
+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:
+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
@@ -32,12 +34,12 @@ npm ls stable
.IP "" 0
.
.P
-Another common usage is to find the set of all packages that are installed\. This can be accomplished by doing this:
+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
@@ -45,4 +47,6 @@ npm ls installed
.IP "" 0
.
.P
-Strings are matched using the JavaScript "split" function, so regular expression strings are ok\. However, the highlighting is a simple split/join, so regexps probably won\'t get the funky colors\.
+Strings are matched using the JavaScript "split" function, so regular
+expression strings are ok\. However, the highlighting is a simple
+split/join, so regexps probably won\'t get the funky colors\.