Options (1)
booleanSearch for a package by name
Example:
npm {{[s|search]}} {{package}}Examples (6)
Search for a package by name
npm [s|search] packageSearch for packages by a specific keyword
npm [s|search] keywordSearch for packages, including detailed information (e.g., description, author, version)
npm [s|search] package --longSearch for packages maintained by a specific author
npm [s|search] --author authorSearch for packages with a specific organization
npm [s|search] --scope organizationSearch for packages with a specific combination of terms
npm [s|search] term1 term2 ...made by @shridhargupta | data from tldr-pages