Linux command
npm-unstar 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Unstar a package
npm unstar [package]
Unstar multiple packages
npm unstar [pkg1] [pkg2]
说明
npm unstar removes star from a package on npm registry. Reverses npm star action. Requires npm authentication.
FAQ
What is the npm-unstar command used for?
npm unstar removes star from a package on npm registry. Reverses npm star action. Requires npm authentication.
How do I run a basic npm-unstar example?
Run `npm unstar [package]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more npm-unstar examples?
This page includes 2 examples for npm-unstar, plus related commands for nearby Linux tasks.