@@ -141,20 +141,27 @@ <h1 id="npm-star">npm-star</h1>
141
141
142
142
< section id ="table_of_contents ">
143
143
< h2 id ="table-of-contents "> Table of contents</ h2 >
144
- < div id ="_table_of_contents "> < ul > < li > < a href ="#synopsis "> Synopsis</ a > </ li > < li > < a href ="#description "> Description</ a > </ li > < li > < a href ="#see-also "> See Also</ a > </ li > </ ul > </ div >
144
+ < div id ="_table_of_contents "> < ul > < li > < a href ="#synopsis "> Synopsis</ a > </ li > < li > < a href ="#description "> Description</ a > </ li > < li > < a href ="#more " > More </ a > </ li > < ul > < li > < a href =" #unstar " > Unstar </ a > </ li > < li > < a href =" #listing-stars " > Listing stars </ a > </ li > </ ul > < li > < a href =" # see-also "> See Also</ a > </ li > </ ul > </ div >
145
145
</ section >
146
146
147
147
< div id ="_content "> < h3 id ="synopsis "> Synopsis</ h3 >
148
148
< pre lang ="bash "> < code > npm star [<pkg>...]
149
- npm unstar [<pkg>...]
150
149
</ code > </ pre >
151
150
< h3 id ="description "> Description</ h3 >
152
151
< p > “Starring” a package means that you have some interest in it. It’s
153
152
a vaguely positive way to show that you care.</ p >
153
+ < p > It’s a boolean thing. Starring repeatedly has no additional effect.</ p >
154
+ < h3 id ="more "> More</ h3 >
155
+ < p > There’s also these extra commands to help you manage your favorite packages:</ p >
156
+ < h4 id ="unstar "> Unstar</ h4 >
157
+ < p > You can also “unstar” a package using < a href ="../commands/npm-unstar.html "> < code > npm unstar</ code > </ a > </ p >
154
158
< p > “Unstarring” is the same thing, but in reverse.</ p >
155
- < p > It’s a boolean thing. Starring repeatedly has no additional effect.</ p >
159
+ < h4 id ="listing-stars "> Listing stars</ h4 >
160
+ < p > You can see all your starred packages using < a href ="../commands/npm-stars.html "> < code > npm stars</ code > </ a > </ p >
156
161
< h3 id ="see-also "> See Also</ h3 >
157
162
< ul >
163
+ < li > < a href ="../commands/npm-unstar.html "> npm unstar</ a > </ li >
164
+ < li > < a href ="../commands/npm-stars.html "> npm stars</ a > </ li >
158
165
< li > < a href ="../commands/npm-view.html "> npm view</ a > </ li >
159
166
< li > < a href ="../commands/npm-whoami.html "> npm whoami</ a > </ li >
160
167
< li > < a href ="../commands/npm-adduser.html "> npm adduser</ a > </ li >
0 commit comments