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-05-11 22:39:51 +0400
committerisaacs <i@izs.me>2010-05-11 22:49:50 +0400
commit33727a19e3a155fdf18a3a557a4b17566188c82f (patch)
tree3d10c7bc6683cbea5615d53dec1c436132a75573 /man/test.1
parent539faf3fe40c2315bed8ab17bf816fe81255f22b (diff)
Add docs for test, stop, start, and restart commands. Bump version.v0.1.8
Diffstat (limited to 'man/test.1')
-rw-r--r--man/test.120
1 files changed, 20 insertions, 0 deletions
diff --git a/man/test.1 b/man/test.1
new file mode 100644
index 000000000..46bb2f09d
--- /dev/null
+++ b/man/test.1
@@ -0,0 +1,20 @@
+.\" generated with Ronn/v0.4.1
+.\" http://github.com/rtomayko/ronn/
+.
+.TH "NPM\-TEST" "1" "May 2010" "" ""
+.
+.SH "NAME"
+\fBnpm\-test\fR \-\- Test a package
+.
+.SH "SYNOPSIS"
+.
+.nf
+npm test <name> [<version>]
+.
+.fi
+.
+.SH "DESCRIPTION"
+This runs a package's "test" script, if one was provided.
+.
+.P
+If no version is specified, then it tests the "active" version.