{"id":22876688,"url":"https://github.com/vbyazilim/ghstars","last_synced_at":"2025-08-22T07:06:36.752Z","repository":{"id":36017364,"uuid":"214779207","full_name":"vbyazilim/ghstars","owner":"vbyazilim","description":"Show your public GitHub repositories stars count","archived":false,"fork":false,"pushed_at":"2024-02-24T06:31:40.000Z","size":30,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T22:07:01.794Z","etag":null,"topics":["cli-app","github-stars","rubygem"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vbyazilim.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-13T07:32:17.000Z","updated_at":"2021-11-29T15:58:18.000Z","dependencies_parsed_at":"2024-12-13T15:37:43.251Z","dependency_job_id":"edb7d35b-6dd6-43d3-8bb3-d57a551b8e07","html_url":"https://github.com/vbyazilim/ghstars","commit_stats":{"total_commits":25,"total_committers":1,"mean_commits":25.0,"dds":0.0,"last_synced_commit":"320672748dffb7f2cf1a969268ec5bb0ee105f51"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/vbyazilim/ghstars","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbyazilim%2Fghstars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbyazilim%2Fghstars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbyazilim%2Fghstars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbyazilim%2Fghstars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vbyazilim","download_url":"https://codeload.github.com/vbyazilim/ghstars/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbyazilim%2Fghstars/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262240683,"owners_count":23280559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli-app","github-stars","rubygem"],"created_at":"2024-12-13T15:27:14.875Z","updated_at":"2025-06-27T10:36:38.562Z","avatar_url":"https://github.com/vbyazilim.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gem Version](https://badge.fury.io/rb/ghstars.svg)](https://badge.fury.io/rb/ghstars)\n\n# Ghstars\n\nThis little command-line tool helps you to shows your **public** GitHub\nrepositories stars count.\n\n## Installation\n\n```bash\n$ gem install ghstars\n```\n\nor;\n\n```bash\n$ gem install ghstars --version \"0.1.6\" --source \"https://rubygems.pkg.github.com/vbyazilim\"\n```\n\n## Usage\n\nYou need to create a [GitHub token](https://github.com/settings/tokens/new) or \nuse existing token of yours. Set your environment variable as: `GITHUB_TOKEN`:\n\n```bash\nexport GITHUB_TOKEN=your-token-here\n```\n\nThen,\n\n```bash\n$ ghstars\n\nCommands:\n  ghstars help [COMMAND]  # Describe available commands or one specific command\n  ghstars list [AMOUNT]   # List your public repositories total star count in detail\n  ghstars show            # Shows your public repositories total star count\n  ghstars version         # Version information\n\nOptions:\n  [--verbose], [--no-verbose]  \n```\n\nIf you need only the sum of stars, run: `ghstars show`. Use `ghstars list` for\ndetailed information. Other examples:\n\n```bash\n$ ghstars list                  # all of your repos\n$ ghstars list 5                # top 5\n$ ghstars show                  # just sum of stars\n$ ghstars show --verbose\n$ ghstars list --verbose\n$ ghstars list 5 --verbose\n```\n\nExample output for **vigo** user: `ghstars list 10`\n\n    +----+-----------------------------------------+------+\n    | #  | Name of Repository                      | Star |\n    +----+-----------------------------------------+------+\n    | 1  | vigo/git-puf-noktalari                  |  244 |\n    | 2  | vigo/kommit                             |  198 |\n    | 3  | vigo/ruby101-kitap                      |  170 |\n    | 4  | vigo/dinozorus                          |   88 |\n    | 5  | vigo/turk-scene-tarihi                  |   78 |\n    | 6  | vigo/lyk-2017                           |   40 |\n    | 7  | vigo/django2-project-template           |   32 |\n    | 8  | vigo/textmate-twitterbootstrap.tmbundle |   31 |\n    | 9  | vigo/textmate-octopress.tmbundle        |   30 |\n    | 10 | vigo/gh-issues                          |   18 |\n    +----+-----------------------------------------+------+\n    |    | Total count of selection                |  929 |\n    +----+-----------------------------------------+------+\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then,\nrun `bundle exec rake test` to run the tests. You can also run `bin/console` for an\ninteractive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`.\nTo release a new version, update the version number in `version.rb`, and then\nrun `bundle exec rake release`, which will create a git tag for the version,\npush git commits and tags, and push the `.gem` file to\n[rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at\nhttps://github.com/vbyazilim/ghstars. This project is intended to be a safe,\nwelcoming space for collaboration, and contributors are expected to adhere to\nthe [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT\nLicense](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Ghstars project’s codebases, issue trackers, chat\nrooms and mailing lists is expected to follow the [code of\nconduct](https://github.com/vigo/ghstars/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbyazilim%2Fghstars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvbyazilim%2Fghstars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbyazilim%2Fghstars/lists"}