Skip to content

GitHub contribution streak/statistic tracking command line application with ASCII contribution graph

License

Notifications You must be signed in to change notification settings

jamieweavis/streaker-cli

Repository files navigation

Streaker CLI

GitHub contribution streak/statistic tracking command line application with ASCII contribution graph

ci downloads version license

Installation

npm install -g streaker

Usage

Statistics

Display streak & contribution stats for a user:

$ streaker jamieweavis

  Streak:
    Best     19
    Current  19
    Previous 13

  Contributions:
    Most  50
    Today 9
    Total 503

Graph

Display ASCII GitHub contribution graph for a user:

$ streaker jamieweavis --graph

     AprMay Jun  Jul Aug Sept Oct Nov Dec  Jan Feb Mar  Apr
    ┌──────────────────────────────────────────────────────
Sun │                                           ▒     ░░▒░░
Mon │ ░                                        ░░  ░░░▒░▒░░
Tue │  ░             ░               ▒         ░   ▓  ░░▒░
Wed │  ░  ░                          ░         ░░░░░  ░ ░░
Thu │  ░       ░             ░                 ▒ ░   ░▒▒░░
Fri │ ░                                         ░    ▒░░░░
Sat │                                                █░░▓░
    └──────────────────────────────────────────────────────

Built With

Related

  • Streaker - Cross-platform GitHub contribution streak/statistic tracking menu bar application with reminder notification
  • Contribution - GitHub contribution graph parser - contribution streak & statistic calculator with zero dependencies

License

This project is licensed under the MIT License - see the LICENSE file for details.