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

NAME

6       npm-star - Mark your favorite packages
7
8   Synopsis
9         npm star [<package-spec>...]
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   registry
33       • Default: "https://registry.npmjs.org/"
34
35       • Type: URL
36
37
38       The base URL of the npm registry.
39
40   unicode
41       • Default:  false  on  windows, true on mac/unix systems with a unicode
42         locale, as defined by the LC_ALL, LC_CTYPE, or LANG environment vari‐
43         ables.
44
45       • Type: Boolean
46
47
48       When  set to true, npm uses unicode characters in the tree output. When
49       false, it uses ascii characters instead of unicode glyphs.
50
51   otp
52       • Default: null
53
54       • Type: null or String
55
56
57       This is a one-time  password  from  a  two-factor  authenticator.  It's
58       needed when publishing or changing package permissions with npm access.
59
60       If  not  set,  and  a  registry  response  fails with a challenge for a
61       one-time password, npm will prompt on the command line for one.
62
63   See Also
64       • npm help package spec
65
66       • npm help unstar
67
68       • npm help stars
69
70       • npm help view
71
72       • npm help whoami
73
74       • npm help adduser
75
76
77
78
79                                September 2022                     NPM-STAR(1)
Impressum