Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
doc: document for npm install-test
Browse files Browse the repository at this point in the history
PR-URL: #9443
  • Loading branch information
Ashley Williams authored and othiym23 committed Nov 5, 2015
1 parent 1ac3e08 commit bcb04f6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions doc/cli/npm-install-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# npm install-test(1) -- Install package(s) and run tests

## SYNOPSIS

npm install-test (with no args, in package dir)
npm install-test [<@scope>/]<name>
npm install-test [<@scope>/]<name>@<tag>
npm install-test [<@scope>/]<name>@<version>
npm install-test [<@scope>/]<name>@<version range>
npm install-test <tarball file>
npm install-test <tarball url>
npm install-test <folder>

alias: npm it
common options: [--save|--save-dev|--save-optional] [--save-exact] [--dry-run]

## DESCRIPTION

This command runs an `npm install` followed immediately by an `npm test`. It
takes exactly the same arguments as `npm install`.

## SEE ALSO

- npm-install(1)
- npm-test(1)

0 comments on commit bcb04f6

Please sign in to comment.