https://github.com/jamieweavis/streaker-cli
GitHub contribution streak/statistic tracking command line application with ASCII contribution graph
https://github.com/jamieweavis/streaker-cli
ascii cli contribution contribution-graph contributions github node nodejs statistics stats streak streaker
Last synced: about 2 months ago
JSON representation
GitHub contribution streak/statistic tracking command line application with ASCII contribution graph
- Host: GitHub
- URL: https://github.com/jamieweavis/streaker-cli
- Owner: jamieweavis
- License: mit
- Created: 2017-11-03T10:29:34.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-07-10T20:10:50.000Z (3 months ago)
- Last Synced: 2025-07-11T02:26:28.326Z (3 months ago)
- Topics: ascii, cli, contribution, contribution-graph, contributions, github, node, nodejs, statistics, stats, streak, streaker
- Language: TypeScript
- Homepage: https://npm.im/streaker
- Size: 1.65 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Streaker CLI
GitHub contribution streak/statistic tracking command line application with ASCII contribution graph
[](https://github.com/jamieweavis/streaker-cli/actions)
[](https://npmjs.com/package/streaker-cli)
[](https://github.com/jamieweavis/streaker-cli/releases)
[](https://github.com/jamieweavis/streaker-cli/blob/main/LICENSE)## Installation
```sh
npm install -g streaker
```## Usage
### Statistics
Display streak & contribution stats for a user:
```sh
$ streaker jamieweavisStreak:
Best 19
Current 19
Previous 13Contributions:
Most 50
Today 9
Total 503
```### Graph
Display ASCII GitHub contribution graph for a user:
```
$ streaker jamieweavis --graphAprMay Jun Jul Aug Sept Oct Nov Dec Jan Feb Mar Apr
┌──────────────────────────────────────────────────────
Sun │ ▒ ░░▒░░
Mon │ ░ ░░ ░░░▒░▒░░
Tue │ ░ ░ ▒ ░ ▓ ░░▒░
Wed │ ░ ░ ░ ░░░░░ ░ ░░
Thu │ ░ ░ ░ ▒ ░ ░▒▒░░
Fri │ ░ ░ ▒░░░░
Sat │ █░░▓░
└──────────────────────────────────────────────────────
```## Built With
- [Node.js](https://github.com/nodejs/node)
- [TypeScript](https://github.com/microsoft/TypeScript)
- [Commander.js](https://github.com/tj/commander.js)## Related
- [Streaker](https://github.com/jamieweavis/streaker) - Cross-platform GitHub contribution streak/statistic tracking menu bar application with reminder notification
- [Contribution](https://github.com/jamieweavis/contribution) - GitHub contribution graph parser - contribution streak & statistic calculator with zero dependencies## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.