1NPM-STARS(1) NPM-STARS(1)
2
3
4
6 npm-stars - View packages marked as favorites
7
8 Synopsis
9 npm stars [<user>]
10
11 Note: This command is unaware of workspaces.
12
13 Description
14 If you have starred a lot of neat things and want to find them again
15 quickly this command lets you do just that.
16
17 You may also want to see your friend's favorite packages, in this case
18 you will most certainly enjoy this command.
19
20 Configuration
21 registry
22 • Default: "https://registry.npmjs.org/"
23
24 • Type: URL
25
26
27 The base URL of the npm registry.
28
29 See Also
30 • npm help star
31
32 • npm help unstar
33
34 • npm help view
35
36 • npm help whoami
37
38 • npm help adduser
39
40
41
42 November 2023 NPM-STARS(1)