npm-unstar.1 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .TH "NPM\-UNSTAR" "1" "October 2021" "" ""
  2. .SH "NAME"
  3. \fBnpm-unstar\fR \- Remove an item from your favorite packages
  4. .SS Synopsis
  5. .P
  6. .RS 2
  7. .nf
  8. npm unstar [<pkg>\.\.\.]
  9. .fi
  10. .RE
  11. .P
  12. Note: This command is unaware of workspaces\.
  13. .SS Description
  14. .P
  15. "Unstarring" a package is the opposite of npm help \fBstar\fP,
  16. it removes an item from your list of favorite packages\.
  17. .SS More
  18. .P
  19. There's also these extra commands to help you manage your favorite packages:
  20. .SS Star
  21. .P
  22. You can "star" a package using npm help \fBstar\fP
  23. .SS Listing stars
  24. .P
  25. You can see all your starred packages using npm help \fBstars\fP
  26. .SS Configuration
  27. <!\-\- AUTOGENERATED CONFIG DESCRIPTIONS START \-\->
  28. <!\-\- automatically generated, do not edit manually \-\->
  29. <!\-\- see lib/utils/config/definitions\.js \-\->
  30. .SS \fBregistry\fP
  31. .RS 0
  32. .IP \(bu 2
  33. Default: "https://registry\.npmjs\.org/"
  34. .IP \(bu 2
  35. Type: URL
  36. .RE
  37. .P
  38. The base URL of the npm registry\.
  39. <!\-\- automatically generated, do not edit manually \-\->
  40. <!\-\- see lib/utils/config/definitions\.js \-\->
  41. .SS \fBunicode\fP
  42. .RS 0
  43. .IP \(bu 2
  44. Default: false on windows, true on mac/unix systems with a unicode locale,
  45. as defined by the \fBLC_ALL\fP, \fBLC_CTYPE\fP, or \fBLANG\fP environment variables\.
  46. .IP \(bu 2
  47. Type: Boolean
  48. .RE
  49. .P
  50. When set to true, npm uses unicode characters in the tree output\. When
  51. false, it uses ascii characters instead of unicode glyphs\.
  52. <!\-\- automatically generated, do not edit manually \-\->
  53. <!\-\- see lib/utils/config/definitions\.js \-\->
  54. .SS \fBotp\fP
  55. .RS 0
  56. .IP \(bu 2
  57. Default: null
  58. .IP \(bu 2
  59. Type: null or String
  60. .RE
  61. .P
  62. This is a one\-time password from a two\-factor authenticator\. It's needed
  63. when publishing or changing package permissions with \fBnpm access\fP\|\.
  64. .P
  65. If not set, and a registry response fails with a challenge for a one\-time
  66. password, npm will prompt on the command line for one\.
  67. <!\-\- automatically generated, do not edit manually \-\->
  68. <!\-\- see lib/utils/config/definitions\.js \-\->
  69. <!\-\- AUTOGENERATED CONFIG DESCRIPTIONS END \-\->
  70. .SS See Also
  71. .RS 0
  72. .IP \(bu 2
  73. npm help star
  74. .IP \(bu 2
  75. npm help stars
  76. .IP \(bu 2
  77. npm help view
  78. .IP \(bu 2
  79. npm help whoami
  80. .IP \(bu 2
  81. npm help adduser
  82. .RE