Welcome to mirror list, hosted at ThFree Co, Russian Federation.

search.md « cli « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e9e408c677a7cbee816acf602bd9a4a3a04c5976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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)