node/deps/npm/doc/cli/search.md

21 lines
471 B
Markdown
Raw Normal View History

npm-search(1) -- Search for packages
====================================
## SYNOPSIS
npm search [search terms ...]
## DESCRIPTION
Search the registry for packages matching the search terms.
2011-12-14 10:53:02 +08:00
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)