]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/cli/npm-star.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / cli / npm-star.md
1 npm-star(1) -- Mark your favorite packages
2 ==========================================
3
4 ## SYNOPSIS
5
6     npm star <pkgname> [<pkg>, ...]
7     npm unstar <pkgname> [<pkg>, ...]
8
9 ## DESCRIPTION
10
11 "Starring" a package means that you have some interest in it.  It's
12 a vaguely positive way to show that you care.
13
14 "Unstarring" is the same thing, but in reverse.
15
16 It's a boolean thing.  Starring repeatedly has no additional effect.
17
18 ## SEE ALSO
19
20 * npm-view(1)
21 * npm-whoami(1)
22 * npm-adduser(1)