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
diff options
context:
space:
mode:
-rw-r--r--README.md12
-rw-r--r--doc/list.md13
l---------doc/ls.md1
3 files changed, 14 insertions, 12 deletions
diff --git a/README.md b/README.md
index a40fcbceb..7308bf531 100644
--- a/README.md
+++ b/README.md
@@ -101,18 +101,6 @@ These are the commands that actually do things, as of today. If they don't do
what they say they do, then please [post an issue](http://github.com/isaacs/npm/issues)
about it.
-### list
-
- npm list [package]
-
-This will show the installed (and, potentially, activated) versions of all the
-packages that npm has installed, or just the `package` if specified.
-
-This is also aliased to `ls`.
-
-**FIXME**: Prints to stderr, but should really be stdout, since the log is what
-you're after.
-
### adduser
npm adduser bob password bob@email.com
diff --git a/doc/list.md b/doc/list.md
new file mode 100644
index 000000000..81c707099
--- /dev/null
+++ b/doc/list.md
@@ -0,0 +1,13 @@
+npm-list(1) -- List installed packages
+======================================
+
+ npm list [package]
+ npm ls [package]
+
+This will show the installed (and, potentially, activated) versions of all the
+packages that npm has installed, or just the `package` if specified.
+
+This is also aliased to `ls`.
+
+**FIXME**: Prints to stderr, but should really be stdout, since the log is what
+you're after.
diff --git a/doc/ls.md b/doc/ls.md
new file mode 120000
index 000000000..51a383bf1
--- /dev/null
+++ b/doc/ls.md
@@ -0,0 +1 @@
+./list.md \ No newline at end of file