Add diffing of contributors and stargazers

Repository details (github-data-cli)
Project page
github-data-cli
Project log category
(18 entries)
Owner
@joelpurra
Contributors
Contributors on Github
Project status
💤 This project is inactive.
📂 This project is open.
🤷 This project is not particularly popular.
Repository activity period
🗓
Commits
18 commits
Stars
4 stars
Commit details (6c800805)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Add diffing of contributors and stargazers

Raw text
Add diffing of contributors and stargazers

Changed files (13)

Path Additions Deletions
ghd-contributors.sh +2 -0
ghd-diff-contributors.sh +15 -0
ghd-diff-help.sh +27 -0
ghd-diff-stargazers.sh +15 -0
ghd-diff.sh +38 -0
ghd-stargazers.sh +2 -0
shared/functions.sh +1 -0
shared/functions/basic.sh +4 -0
shared/functions/diff.sh +35 -0
shared/github/functionality-online.sh +7 -0
shared/github/functionality-write.sh +9 -0
shared/github/functionality.sh +23 -0
shared/github/github.sh +191 -0

Commit categories (3)