Skip to content

isabella232/popular-package

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

popular-package

Get the popularity stats of packages in a mono repository either internally or on npm for bolt or lerna.

preview

Install

$ yarn global add popular-package

Examples

View internal popularity of a package in bolt or lerna repository:

$ popular-package internal

View popularity of packages on npm for a bolt or lerna repository:

$ popular-package global

Usage

$ popular-package <command>
  • command - (internal | global) Wheather to show stats for popularity in repository or globally on npm

Commands

internal

Get the stats of a package with dependency in other packages within repository.

global

Get the stats of a package by the number of downloads in last day on npm.

Packages Pattern

Bolt

It will read pattern of workspaces from bolt config in package json of the repository.

Lerna

It will read pattern of packages from lerna.json in repository.


If neither lerna.json or bolt config in packages json is found packages pattern will default to → [packages/*]

About

👑 get to know the popularity of packages in a mono repo 👑

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%