most-star

1.0.4 • Public • Published

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.

Package Sidebar

Install

npm i most-star

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

4 kB

Total Files

4

Last publish

Collaborators

  • wilson-here