HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

npm help-search — Search npm help documentation using a keyword. More information: <https://docs.npmjs.com/cli/npm-hel

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandnpm help-searchnpmsearchclidocumentationhelpusing

Problem

How to use the npm help-search command: Search npm help documentation using a keyword. More information: <https://docs.npmjs.com/cli/npm-help-search/>.

Solution

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 ...}}

Code Snippets

Search for commands or topics related to a keyword

npm help-search {{keyword}}

Search with multiple words

npm help-search {{keyword1 keyword2 ...}}

Context

tldr-pages: common/npm help-search

Revisions (0)

No revisions yet.