npm-stars.1 797 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .TH "NPM-STARS" "1" "March 2026" "NPM@11.12.0" ""
  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 \[lB]<user>\[rB]
  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 quickly this command lets you do just that.
  16. .P
  17. You may also want to see your friend's favorite packages, in this case you will most certainly enjoy this command.
  18. .SS "Configuration"
  19. .SS "\fBregistry\fR"
  20. .RS 0
  21. .IP \(bu 4
  22. Default: "https://registry.npmjs.org/"
  23. .IP \(bu 4
  24. Type: URL
  25. .RE 0
  26. .P
  27. The base URL of the npm registry.
  28. .SS "See Also"
  29. .RS 0
  30. .IP \(bu 4
  31. npm help star
  32. .IP \(bu 4
  33. npm help unstar
  34. .IP \(bu 4
  35. npm help view
  36. .IP \(bu 4
  37. npm help whoami
  38. .IP \(bu 4
  39. npm help adduser
  40. .RE 0