most-star
v1.0.4
Published
get 10 most starred projects on Github that were pushed in a date range, in descending order
Downloads
7
Maintainers
Readme
Most Star ·
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
Retrieve projects pushed between October 11, 2020, and November 30, 2020:
fetch-repo 2020-10-11 2020-11-31
Retrieve projects pushed since October 11, 2020, until the current date:
fetch-repo 2020-10-11
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.