npm-stars.1 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .TH "NPM\-STARS" "1" "October 2021" "" ""
  2. .SH "NAME"
  3. \fBnpm-stars\fR \- View packages marked as favorites
  4. .SS Synopsis
  5. .P
  6. .RS 2
  7. .nf
  8. npm stars [<user>]
  9. .fi
  10. .RE
  11. .P
  12. Note: This command is unaware of workspaces\.
  13. .SS Description
  14. .P
  15. If you have starred a lot of neat things and want to find them again
  16. quickly this command lets you do just that\.
  17. .P
  18. You may also want to see your friend's favorite packages, in this case
  19. you will most certainly enjoy this command\.
  20. .SS Configuration
  21. <!\-\- AUTOGENERATED CONFIG DESCRIPTIONS START \-\->
  22. <!\-\- automatically generated, do not edit manually \-\->
  23. <!\-\- see lib/utils/config/definitions\.js \-\->
  24. .SS \fBregistry\fP
  25. .RS 0
  26. .IP \(bu 2
  27. Default: "https://registry\.npmjs\.org/"
  28. .IP \(bu 2
  29. Type: URL
  30. .RE
  31. .P
  32. The base URL of the npm registry\.
  33. <!\-\- automatically generated, do not edit manually \-\->
  34. <!\-\- see lib/utils/config/definitions\.js \-\->
  35. <!\-\- AUTOGENERATED CONFIG DESCRIPTIONS END \-\->
  36. .SS See Also
  37. .RS 0
  38. .IP \(bu 2
  39. npm help star
  40. .IP \(bu 2
  41. npm help unstar
  42. .IP \(bu 2
  43. npm help view
  44. .IP \(bu 2
  45. npm help whoami
  46. .IP \(bu 2
  47. npm help adduser
  48. .RE