{"id":17596236,"url":"https://github.com/robvanderleek/gh-cc","last_synced_at":"2026-04-30T10:39:39.141Z","repository":{"id":258620529,"uuid":"873778324","full_name":"robvanderleek/gh-cc","owner":"robvanderleek","description":"GH CLI extension for Conventional Commits","archived":false,"fork":false,"pushed_at":"2024-10-25T12:18:59.000Z","size":224,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-11T21:55:34.663Z","etag":null,"topics":["cli","gh","gh-extension","terminal"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robvanderleek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"robvanderleek"}},"created_at":"2024-10-16T17:46:46.000Z","updated_at":"2024-10-25T19:45:39.000Z","dependencies_parsed_at":"2024-10-21T15:21:26.749Z","dependency_job_id":null,"html_url":"https://github.com/robvanderleek/gh-cc","commit_stats":null,"previous_names":["robvanderleek/gh-cc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/robvanderleek/gh-cc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robvanderleek%2Fgh-cc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robvanderleek%2Fgh-cc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robvanderleek%2Fgh-cc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robvanderleek%2Fgh-cc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robvanderleek","download_url":"https://codeload.github.com/robvanderleek/gh-cc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robvanderleek%2Fgh-cc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32462304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","gh","gh-extension","terminal"],"created_at":"2024-10-22T08:24:30.541Z","updated_at":"2026-04-30T10:39:39.107Z","avatar_url":"https://github.com/robvanderleek.png","language":"Shell","funding_links":["https://github.com/sponsors/robvanderleek"],"categories":[],"sub_categories":[],"readme":"# GH Extension: Conventional Commits\n\n\u003e Extension for the GitHub CLI that makes every commit a Conventional Commit.\n\n\u003cdiv align=\"center\"\u003e\n\n![demo](docs/demo.gif)\n\n\u003c/div\u003e\n\n# What is this?\n\n[Conventional Commits](https://www.conventionalcommits.org/) is a convention\ndevelopers use to indicate the meaning of a git commit. For example, if a\ncommit fixes a bug in the code, your conventional commit message would look\nsomething like this:\n\n```shell\nfix: 🐛 Do not crash on empty index field\n```\n\nor if your commit updates a project's documentation your conventional commit would look like:\n\n```shell\ndocs: 📝 Update FAQ section\n```\n\nThis GH CLI extension helps to extend every `git commit` commit message with a\nconventional commit prefix. \n\n# Installation\n\n```shell\ngh ext install robvanderleek/gh-cc\n```\n\n## upgrade\n\n```shell\ngh ext upgrade robvanderleek/gh-cc\n```\n\n## uninstall\n\n```shell\ngh ext remove robvanderleek/gh-cc\n```\n\n# Usage\n\nMake sure you have the [GitHub CLI](https://cli.github.com/) up and running.\nNext, install the extension (see above), and type the following inside any\ncloned repository:\n\n```shell\ngh cc -am \"commit message here\"\n```\n\nThis extension passes all arguments on to `git commit`, so to save typing you\ncan add the following alias to your shell configuration: `alias gc=\"gh cc\"`.\nThe command above then becomes:\n\n```shell\ngc -am \"commit message here\"\n```\n\nThat's it!\n\n# Configuration\n\nNone yet, do you want to configure anything? Please open an issue for it!\n\n# Feedback, suggestions and bug reports\n\nPlease create an issue here: https://github.com/robvanderleek/gh-cc/issues\n\nIf you like this software, please star :star: it.\n\n# Contributing\n\nIf you have suggestions for how this extension could be improved, or want to\nreport a bug, [open an issue](https://github.com/robvanderleek/gh-cc/issues)!\nAll and any contributions are appreciated.\n\n# License\n\n[ISC](LICENSE) © 2024 Rob van der Leek \u003crobvanderleek@gmail.com\u003e\n(https://x.com/robvanderleek)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobvanderleek%2Fgh-cc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobvanderleek%2Fgh-cc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobvanderleek%2Fgh-cc/lists"}