npm-stars

displays packages starred by a user

TLDR

List starred packages
$ npm stars
List user's stars
$ npm stars [username]

SYNOPSIS

npm stars [user]

DESCRIPTION

npm stars displays packages starred by a user. Shows your starred packages by default. View another user's starred packages by providing username.

PARAMETERS

--registry URL

npm registry URL (default: https://registry.npmjs.org/).

INSTALL

sudo pacman -S npm
sudo apk add npm
brew install npm

SEE ALSO

npm(1), npm-star(1), npm-unstar(1)