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.

39 lines
541 B

  1. .TH "NPM\-PING" "1" "August 2018" "" ""
  2. .SH "NAME"
  3. \fBnpm-ping\fR \- Ping npm registry
  4. .SH SYNOPSIS
  5. .P
  6. .RS 2
  7. .nf
  8. npm ping [\-\-registry <registry>]
  9. .fi
  10. .RE
  11. .SH DESCRIPTION
  12. .P
  13. Ping the configured or given npm registry and verify authentication\.
  14. If it works it will output something like:
  15. .P
  16. .RS 2
  17. .nf
  18. Ping success: {*Details about registry*}
  19. .fi
  20. .RE
  21. .P
  22. otherwise you will get:
  23. .P
  24. .RS 2
  25. .nf
  26. Ping error: {*Detail about error}
  27. .fi
  28. .RE
  29. .SH SEE ALSO
  30. .RS 0
  31. .IP \(bu 2
  32. npm help config
  33. .IP \(bu 2
  34. npm help 7 config
  35. .IP \(bu 2
  36. npm help 5 npmrc
  37. .RE