npm-bugs.1 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .TH "NPM\-BUGS" "1" "August 2021" "" ""
  2. .SH "NAME"
  3. \fBnpm-bugs\fR \- Bugs for a package in a web browser maybe
  4. .SS Synopsis
  5. .P
  6. .RS 2
  7. .nf
  8. npm bugs [<pkgname>]
  9. aliases: issues
  10. .fi
  11. .RE
  12. .SS 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. .SS 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://registry\.npmjs\.org/
  32. .IP \(bu 2
  33. Type: url
  34. .RE
  35. .P
  36. The base URL of the npm package registry\.
  37. .SS 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 registry
  47. .IP \(bu 2
  48. npm help config
  49. .IP \(bu 2
  50. npm help npmrc
  51. .IP \(bu 2
  52. npm help package\.json
  53. .RE