npm-start.1 748 B

1234567891011121314151617181920212223242526272829303132
  1. .TH "NPM\-START" "1" "August 2021" "" ""
  2. .SH "NAME"
  3. \fBnpm-start\fR \- Start a package
  4. .SS Synopsis
  5. .P
  6. .RS 2
  7. .nf
  8. npm start [\-\- <args>]
  9. .fi
  10. .RE
  11. .SS Description
  12. .P
  13. This runs an arbitrary command specified in the package's \fB"start"\fP property of
  14. its \fB"scripts"\fP object\. If no \fB"start"\fP property is specified on the
  15. \fB"scripts"\fP object, it will run \fBnode server\.js\fP\|\.
  16. .P
  17. As of \fBnpm@2\.0\.0\fP \fIhttps://blog\.npmjs\.org/post/98131109725/npm\-2\-0\-0\fR, you can
  18. use custom arguments when executing scripts\. Refer to npm help \fBrun\-script\fP for more details\.
  19. .SS See Also
  20. .RS 0
  21. .IP \(bu 2
  22. npm help run\-script
  23. .IP \(bu 2
  24. npm help scripts
  25. .IP \(bu 2
  26. npm help test
  27. .IP \(bu 2
  28. npm help restart
  29. .IP \(bu 2
  30. npm help stop
  31. .RE