![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /opt/cpanel/ea-nodejs10/lib/node_modules/npm/docs/content/cli-commands/ |
--- section: cli-commands title: npm-star description: Mark your favorite packages --- # npm-star(1) ## Mark your favorite packages ### Synopsis ```bash npm star [<pkg>...] npm unstar [<pkg>...] ``` ### Description "Starring" a package means that you have some interest in it. It's a vaguely positive way to show that you care. "Unstarring" is the same thing, but in reverse. It's a boolean thing. Starring repeatedly has no additional effect. ### See Also * [npm view](/cli-commands/npm-view) * [npm whoami](/cli-commands/npm-whoami) * [npm adduser](/cli-commands/npm-adduser)