mirror of https://github.com/nodejs/node.git
17 lines
774 B
HTML
17 lines
774 B
HTML
|
<h1><a href="../cli/npm-star.html">npm-star</a></h1> <p>Mark your favorite packages</p>
|
||
|
<h2 id="synopsis">SYNOPSIS</h2>
|
||
|
<pre><code>npm star <pkgname> [<pkg>, ...]
|
||
|
npm unstar <pkgname> [<pkg>, ...]
|
||
|
</code></pre><h2 id="description">DESCRIPTION</h2>
|
||
|
<p>"Starring" a package means that you have some interest in it. It's
|
||
|
a vaguely positive way to show that you care.</p>
|
||
|
<p>"Unstarring" is the same thing, but in reverse.</p>
|
||
|
<p>It's a boolean thing. Starring repeatedly has no additional effect.</p>
|
||
|
<h2 id="see-also">SEE ALSO</h2>
|
||
|
<ul>
|
||
|
<li><a href="../cli/npm-view.html">npm-view(1)</a></li>
|
||
|
<li><a href="../cli/npm-whoami.html">npm-whoami(1)</a></li>
|
||
|
<li><a href="../cli/npm-adduser.html">npm-adduser(1)</a></li>
|
||
|
</ul>
|
||
|
|