1.0.4 โ€ข Published 5 months ago

most-star v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Most Star ยท GitHub license npm version PRs Welcome

Overview

a CLI app to get 10 most starred projects on Github that were pushed in a date range, in descending order.

Installation

npm i -g most-star

Usage

fetch-repo [YYYY-MM-DD] [YYYY-MM-DD]
  • If 2nd date is not provided: search from 1st date to current date.
  • If both date are not provided: search all time.

Example

  1. Retrieve projects pushed between October 11, 2020, and November 30, 2020:

    fetch-repo 2020-10-11 2020-11-31
  2. Retrieve projects pushed since October 11, 2020, until the current date:

    fetch-repo 2020-10-11
  3. Retrieve the most starred projects of all time:

    fetch-repo

Contributing

Feel free to contribute to the project by submitting a pull request ๐Ÿ™‹โ€โ™‚๏ธ.

License

Most Star is MIT licensed.