Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naimo84/github-readme-stats-calculate-rank
Commandline tool to calculate your github-readme-stats rank/grade
https://github.com/naimo84/github-readme-stats-calculate-rank
calculate cli commandline github github-readme-stats grade rank ranking-algorithm readme stats
Last synced: about 1 month ago
JSON representation
Commandline tool to calculate your github-readme-stats rank/grade
- Host: GitHub
- URL: https://github.com/naimo84/github-readme-stats-calculate-rank
- Owner: naimo84
- License: mit
- Created: 2022-01-10T09:04:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T08:27:05.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:38:17.356Z (9 months ago)
- Topics: calculate, cli, commandline, github, github-readme-stats, grade, rank, ranking-algorithm, readme, stats
- Language: JavaScript
- Homepage:
- Size: 422 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# github-readme-stats-calculate-rank
Commandline tool to calculate your [github-readme-stats](https://github.com/anuraghazra/github-readme-stats) rank, using the latest and official [calculateRank.js](https://github.com/anuraghazra/github-readme-stats/blob/master/src/calculateRank.js)
## :question: Get Help
For bug reports and feature requests, open issues. :bug:
## :sparkling_heart: Support my projects
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously,
this takes time. You can integrate and use these projects in your applications _for free_! You can even change the source code and redistribute (even resell it).Thank you to all my backers!
### People- [fflorent](https://github.com/fflorent)
- [Speeedy0815](https://github.com/Speeedy0815)
- Ralf S.
- Enno L.
- Jürgen G.
- Mark MC G.
- Kay-Uwe M.
- Craig O.
- Manuel G.### Become a backer
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
- Starring and sharing the projects you like :rocket:
- **Crypto.com** — Use my referral link https://crypto.com/app/f2smbah8fm to sign up for Crypto.com and we both get $25 USD :)- [![PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=for-the-badge)][paypal-donations] — You can make one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea:
- [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/T6T412CXA) — I'll buy a ~~tea~~ coffee. :coffee: :wink:Thanks! :heart:
## :yum: How to contribute
Have an idea? Found a bug? See [how to contribute][contributing].
## :memo: Documentation
```sh
Usage: calculateRank [options] [command]Options:
--repos [repos]
--commits [commits]
--contributions [contributions]
--followers [followers]
--prs [prs]
--issues [issues]
--stars [stars]
--all_commits [all_commits]
-h, --help display help for commandCommands:
calculateRank calculateRank
help [command] display help for command
```install via npm globally:
```sh
npm install -g github-readme-stats-calculate-rank
github-readme-stats-calculate-rank --repos 25 --commits 1800 --all_commits 1800 --contributions 11 --followers 16 --prs 16 --issues 51 --stars 127 --reviews 0
```call from cli:
```sh
npx github-readme-stats-calculate-rank@latest --repos 25 --commits 1800 --all_commits 1800 --contributions 11 --followers 16 --prs 16 --issues 51 --stars 127 --reviews 0
```
output:
```js
{ level: 'B+', percentile: 47.79401195467249 }
```[badge_brave]: ./docs/support_banner.png
[badge_paypal]: https://img.shields.io/badge/Donate-PayPal-blue.svg
[paypal-donations]: https://paypal.me/NeumannBenjamin
[brave]: https://brave.com/nai412
[contributing]: /CONTRIBUTING.md