Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matsubara0507/gh-wrap

Collect your yearly GitHub all stats
https://github.com/matsubara0507/gh-wrap

gh-extension

Last synced: 17 days ago
JSON representation

Collect your yearly GitHub all stats

Awesome Lists containing this project

README

        

# gh-wrap

```
$ gh wrap -h
Collect your yearly GitHub all stats
- Commits : yearly commits count in all private/public repositories
- PullRequests : yearly opened pull requests count in all private/public repositories
- Issues : yearly opened issues count in all private/public repositories
- NewRepos : yearly created repositories count without fork

USAGE
gh wrap [] [flags]

FLAGS

INHERITED FLAGS
-h, --help Show help for command

ACKNOWLEDGMENTS
This gh extension is inspired by https://lowcode.land/ghwrap/

$ gh wrap
{
"GitHub CLI Wrap 🚀": "matsubara0507's 2021 GitHub ALL Stats",
"Commits": 2638,
"PullRequests": 415,
"Issues": 111,
"NewRepos": 19
}
```