npm-install-test.1 755 B

1234567891011121314151617181920212223242526272829303132
  1. .TH "NPM" "" "August 2021" "" ""
  2. .SH "NAME"
  3. \fBnpm\fR
  4. .SS Synopsis
  5. .P
  6. .RS 2
  7. .nf
  8. npm install\-test (with no args, in package dir)
  9. npm install\-test [<@scope>/]<name>
  10. npm install\-test [<@scope>/]<name>@<tag>
  11. npm install\-test [<@scope>/]<name>@<version>
  12. npm install\-test [<@scope>/]<name>@<version range>
  13. npm install\-test <tarball file>
  14. npm install\-test <tarball url>
  15. npm install\-test <folder>
  16. alias: npm it
  17. common options: [\-\-save|\-\-save\-dev|\-\-save\-optional] [\-\-save\-exact] [\-\-dry\-run]
  18. .fi
  19. .RE
  20. .SS Description
  21. .P
  22. This command runs an \fBnpm install\fP followed immediately by an \fBnpm test\fP\|\. It
  23. takes exactly the same arguments as \fBnpm install\fP\|\.
  24. .SS See Also
  25. .RS 0
  26. .IP \(bu 2
  27. npm help install
  28. .IP \(bu 2
  29. npm help test
  30. .RE