mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
745 B
18 lines
745 B
10 years ago
|
<h1><a href="../cli/npm-stars.html">npm-stars</a></h1> <p>View packages marked as favorites</p>
|
||
|
<h2 id="synopsis">SYNOPSIS</h2>
|
||
|
<pre><code>npm stars
|
||
|
npm stars [username]
|
||
|
</code></pre><h2 id="description">DESCRIPTION</h2>
|
||
|
<p>If you have starred a lot of neat things and want to find them again
|
||
|
quickly this command lets you do just that.</p>
|
||
|
<p>You may also want to see your friend's favorite packages, in this case
|
||
|
you will most certainly enjoy this command.</p>
|
||
|
<h2 id="see-also">SEE ALSO</h2>
|
||
|
<ul>
|
||
|
<li><a href="../cli/npm-star.html">npm-star(1)</a></li>
|
||
|
<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>
|
||
|
|