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:
authorisaacs <i@izs.me>2010-08-08 02:22:31 +0400
committerisaacs <i@izs.me>2010-08-08 02:22:31 +0400
commitc11abe7b5de8e5aebaccc762428a6e0904f9667b (patch)
treef509a0b217ca5db4aba7fd071bd5065a546dc407 /man/view.1
parent34692d00a49a9d186f04e5f4935039e1cabfd948 (diff)
doc for view command
Diffstat (limited to 'man/view.1')
-rw-r--r--man/view.121
1 files changed, 21 insertions, 0 deletions
diff --git a/man/view.1 b/man/view.1
new file mode 100644
index 000000000..9b91860bd
--- /dev/null
+++ b/man/view.1
@@ -0,0 +1,21 @@
+.\" generated with Ronn/v0.7.3
+.\" http://github.com/rtomayko/ronn/tree/0.7.3
+.
+.TH "NPM\-VIEW" "1" "August 2010" "" ""
+.
+.SH "NAME"
+\fBnpm\-view\fR \- View registry info
+.
+.SH "SYNOPSIS"
+.
+.nf
+
+npm view [<pkg> [<pkg> \.\.\.]]
+.
+.fi
+.
+.SH "DESCRIPTION"
+This command just spits out the data that is on the npm registry for a given package or packages\.
+.
+.P
+You could also go to the registry url directly in your web browser to see the same information\.