1NPM-STAR(1)                                                        NPM-STAR(1)
2
3
4

NAME

6       npm-star - Mark your favorite packages
7
8   Synopsis
9         npm star [<pkg>...]
10
11       Note: This command is unaware of workspaces.
12
13   Description
14       "Starring"  a  package means that you have some interest in it.  It's a
15       vaguely positive way to show that you care.
16
17       It's a boolean thing. Starring repeatedly has no additional effect.
18
19   More
20       There's also these extra commands to  help  you  manage  your  favorite
21       packages:
22
23   Unstar
24       You can also "unstar" a package using npm help unstar
25
26       "Unstarring" is the same thing, but in reverse.
27
28   Listing stars
29       You can see all your starred packages using npm help stars
30
31   Configuration
32       <!--  AUTOGENERATED  CONFIG  DESCRIPTIONS  START --> <!-- automatically
33       generated, do not edit manually --> <!--  see  lib/utils/config/defini‐
34       tions.js -->
35
36   registry
37       • Default: "https://registry.npmjs.org/"
38
39       • Type: URL
40
41
42       The base URL of the npm registry.  <!-- automatically generated, do not
43       edit manually --> <!-- see lib/utils/config/definitions.js -->
44
45
46   unicode
47       • Default: false on windows, true on mac/unix systems  with  a  unicode
48         locale, as defined by the LC_ALL, LC_CTYPE, or LANG environment vari‐
49         ables.
50
51       • Type: Boolean
52
53
54       When set to true, npm uses unicode characters in the tree output.  When
55       false,  it uses ascii characters instead of unicode glyphs.  <!-- auto‐
56       matically generated, do not edit manually --> <!--  see  lib/utils/con‐
57       fig/definitions.js -->
58
59       <!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
60
61
62   See Also
63       • npm help unstar
64
65       • npm help stars
66
67       • npm help view
68
69       • npm help whoami
70
71       • npm help adduser
72
73
74
75
76                                 January 2022                      NPM-STAR(1)
Impressum