pnpm search
新增于:v11.0.0
🌐 Added in: v11.0.0
别名:s、se、find
🌐 Aliases: s, se, find
在注册表中搜索与给定关键字匹配的软件包。
🌐 Search the registry for packages matching the given keywords.
pnpm search <keyword> [<keyword> ...]
示例
🌐 Examples
pnpm search webpack plugin
pnpm search @types/node
选项
🌐 Options
--json
以 JSON 格式输出搜索结果。
🌐 Output search results in JSON format.
--search-limit <number>
- 默认:20
显示的最大结果数。
🌐 Maximum number of results to show.