mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
297 B
297 B
npm help-search
Search npm help documentation using a keyword. More information: https://docs.npmjs.com/cli/npm-help-search/.
- Search for commands or topics related to a keyword:
npm help-search {{keyword}}
- Search with multiple words:
npm help-search {{keyword1 keyword2 ...}}