Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
729 B

  1. .TH "NPM\-START" "1" "August 2018" "" ""
  2. .SH "NAME"
  3. \fBnpm-start\fR \- Start a package
  4. .SH SYNOPSIS
  5. .P
  6. .RS 2
  7. .nf
  8. npm start [\-\- <args>]
  9. .fi
  10. .RE
  11. .SH 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 ` \fIhttps://blog\.npmjs\.org/post/98131109725/npm\-2\-0\-0\fR, you can
  18. use custom arguments when executing scripts\. Refer to npm help run\-script for
  19. more details\.
  20. .SH SEE ALSO
  21. .RS 0
  22. .IP \(bu 2
  23. npm help run\-script
  24. .IP \(bu 2
  25. npm help 7 scripts
  26. .IP \(bu 2
  27. npm help test
  28. .IP \(bu 2
  29. npm help restart
  30. .IP \(bu 2
  31. npm help stop
  32. .RE