Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Latest commit

 

History

History
110 lines (67 loc) · 2.45 KB

Readme.md

File metadata and controls

110 lines (67 loc) · 2.45 KB

Coveralls – test coverage Travis – build status David – status of dependencies Code style: airbnb

 

keyword-popularity

Get the number of npm packages with a certain keyword.





 

Installation

# Globally for a user:
npm install --global keyword-popularity

# …or locally for a project:
npm install --save-dev keyword-popularity
 

Usage

SYNOPSIS

Usage: keyword-popularity ...<keyword>
   or: keyword-popularity (-h|--help)

OPTIONS

-h  --help   Print a short synopsis (-h) or this help text (--help)

EXAMPLES

$ keyword-popularity  cli  tool  cli-tool
KEYWORD    POPULARITY
cli        2422
tool       497
cli-tool   0
 

Credits

Based on npm-keyword by @sindresorhus.

 

License

MIT © Studio B12 GmbH