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.

60 lines
1.1 KiB

  1. .TH "NPM\-BUGS" "1" "August 2018" "" ""
  2. .SH "NAME"
  3. \fBnpm-bugs\fR \- Bugs for a package in a web browser maybe
  4. .SH SYNOPSIS
  5. .P
  6. .RS 2
  7. .nf
  8. npm bugs [<pkgname>]
  9. aliases: issues
  10. .fi
  11. .RE
  12. .SH DESCRIPTION
  13. .P
  14. This command tries to guess at the likely location of a package's
  15. bug tracker URL, and then tries to open it using the \fB\-\-browser\fP
  16. config param\. If no package name is provided, it will search for
  17. a \fBpackage\.json\fP in the current folder and use the \fBname\fP property\.
  18. .SH CONFIGURATION
  19. .SS browser
  20. .RS 0
  21. .IP \(bu 2
  22. Default: OS X: \fB"open"\fP, Windows: \fB"start"\fP, Others: \fB"xdg\-open"\fP
  23. .IP \(bu 2
  24. Type: String
  25. .RE
  26. .P
  27. The browser that is called by the \fBnpm bugs\fP command to open websites\.
  28. .SS registry
  29. .RS 0
  30. .IP \(bu 2
  31. Default: https://
  32. .IP \(bu 2
  33. Type: url
  34. .RE
  35. .P
  36. The base URL of the npm package registry\.
  37. .SH SEE ALSO
  38. .RS 0
  39. .IP \(bu 2
  40. npm help docs
  41. .IP \(bu 2
  42. npm help view
  43. .IP \(bu 2
  44. npm help publish
  45. .IP \(bu 2
  46. npm help 7 registry
  47. .IP \(bu 2
  48. npm help config
  49. .IP \(bu 2
  50. npm help 7 config
  51. .IP \(bu 2
  52. npm help 5 npmrc
  53. .IP \(bu 2
  54. npm help 5 package\.json
  55. .RE