Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 471 Bytes

search.md

File metadata and controls

20 lines (13 loc) · 471 Bytes

npm-search(1) -- Search for packages

SYNOPSIS

npm search [search terms ...]

DESCRIPTION

Search the registry for packages matching the search terms.

If a term starts with /, then it's interpreted as a regular expression. A trailing / will be ignored in this case. (Note that many regular expression characters must be escaped or quoted in most shells.)

SEE ALSO

  • npm-registry(1)
  • npm-config(1)
  • npm-view(1)