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.

30 lines
406 B

  1. .TH "NPM\-TEST" "1" "August 2018" "" ""
  2. .SH "NAME"
  3. \fBnpm-test\fR \- Test a package
  4. .SH SYNOPSIS
  5. .P
  6. .RS 2
  7. .nf
  8. npm test [\-\- <args>]
  9. aliases: t, tst
  10. .fi
  11. .RE
  12. .SH DESCRIPTION
  13. .P
  14. This runs a package's "test" script, if one was provided\.
  15. .SH SEE ALSO
  16. .RS 0
  17. .IP \(bu 2
  18. npm help run\-script
  19. .IP \(bu 2
  20. npm help 7 scripts
  21. .IP \(bu 2
  22. npm help start
  23. .IP \(bu 2
  24. npm help restart
  25. .IP \(bu 2
  26. npm help stop
  27. .RE