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.

40 lines
582 B

npm-search(1) -- Search for packages
====================================
## SYNOPSIS
npm search [search terms ...]
## DESCRIPTION
Search the registry for packages matching the search terms.
## CONFIGURATION
### description
* Default: true
* Type: Boolean
Show the description in `npm search`
### searchopts
* Default: ""
* Type: String
Space-separated options that are always passed to search.
### searchexclude
* Default: ""
* Type: String
Space-separated options that limit the results from search.
## SEE ALSO
* npm-registry(1)
* npm-config(1)
* npm-view(1)