Skip to content

DannyFeliz/star-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

star-diff

Performs a comparison of the github stars between two repositories

Preview

asciicast

Installation

$ npm install -g star-diff

# or with yarn

$ yarn global add star-diff

Usage

$ star-diff <repo1> <repo2> [options]

Example

$ star-diff react vue

# or if you want to be more especify you can add the organization or owner of the repository

$ star-diff facebook/react vuejs/vue

Options

Option Description
-V, --version output the version number
-s, --stats display request Github stats
-h, --help output usage information

Importants notes

  • Node.js >=8.0.0 is required to use this package, if you want to check out what version of node you have installed run in the terminal node -v.
  • At this moment this package only works with public repositories.
  • If you suddenly start having errors, it is probably because you have exhausted the calls to the Github API, use the -s flag to show the statistics of the remaining calls and the time in which API calls are renewed.

About

Performs a comparison of the github stars between two repositories

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •