Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.1 « man - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cdce83c78424b9dafad690496b4400ec80ffe4ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.\" Generated with Ronnjs/v0.1
.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-TEST" "1" "August 2010" "" ""
.
.SH "NAME"
\fBnpm-test\fR \-\- Test a package
.
.SH "SYNOPSIS"
.
.nf
  npm test <name>[@<version>] [<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\.