2025-12-16 10:20:31 -07:00
|
|
|
# npm stars
|
|
|
|
|
|
|
|
|
|
> View packages marked as favorites.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://docs.npmjs.com/cli/npm-stars/>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Show all starred packages by the currently logged-in user:
|
|
|
|
|
|
|
|
|
|
`npm stars`
|
|
|
|
|
|
|
|
|
|
- Show your starred packages from a specific registry:
|
|
|
|
|
|
|
|
|
|
`npm stars --registry {{registry_url}}`
|
|
|
|
|
|
|
|
|
|
- Show packages starred by a specific user:
|
|
|
|
|
|
|
|
|
|
`npm stars {{username}}`
|
|
|
|
|
|
|
|
|
|
- Show packages starred by a specific user from a specific registry:
|
|
|
|
|
|
|
|
|
|
`npm stars {{username}} --registry {{registry_url}}`
|
|
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`npm stars {{[-h|--help]}}`
|