You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
557 B

npm-search(1) -- Search for packages
====================================
## SYNOPSIS
npm search [search terms ...]
npm s [search terms ...]
npm se [search terms ...]
## DESCRIPTION
Search the registry for packages matching the search terms.
13 years ago
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(7)
* npm-config(1)
* npm-config(7)
* npmrc(5)
* npm-view(1)