{"id":13644782,"url":"https://github.com/liamg/comet","last_synced_at":"2025-04-14T10:33:20.913Z","repository":{"id":38397770,"uuid":"473164461","full_name":"liamg/comet","owner":"liamg","description":":comet: Command line tool to help you use conventional commit messages (https://www.conventionalcommits.org)","archived":false,"fork":false,"pushed_at":"2023-05-18T18:59:47.000Z","size":59,"stargazers_count":123,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T23:41:52.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/liamg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":["liamg"]}},"created_at":"2022-03-23T11:48:31.000Z","updated_at":"2025-02-09T22:23:12.000Z","dependencies_parsed_at":"2024-01-14T09:24:01.561Z","dependency_job_id":"bf1f30d9-1e61-4950-aca2-234e655c385e","html_url":"https://github.com/liamg/comet","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fcomet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fcomet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fcomet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fcomet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liamg","download_url":"https://codeload.github.com/liamg/comet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248862856,"owners_count":21173897,"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":[],"created_at":"2024-08-02T01:02:13.341Z","updated_at":"2025-04-14T10:33:20.890Z","avatar_url":"https://github.com/liamg.png","language":"Go","funding_links":["https://github.com/sponsors/liamg"],"categories":["Go"],"sub_categories":[],"readme":"# Comet\n\nComet is a simple CLI tool that helps you to use [conventional commits](https://www.conventionalcommits.org/) with git.\n\nYou can call `comet` where you'd normally type `git commit`. All flags supported in `git commit` will still work.\n\n![Demo](demo.png)\n\n## Installation\n\nInstall with Go (1.17+):\n\n```console\ngo install github.com/liamg/comet@latest\n```\n\nOr grab a binary from [the latest release](https://github.com/liamg/comet/releases/latest).\n\n## Customisation\n\nYou can customise the options available by creating a `.comet.json` in the root of your repository, or in your home directory. The repository-level config will be preferred if it exists.\n\nThe content should be in the following format:\n\n```json\n{\n  \"signOffCommits\": false,\n  \"prefixes\": [\n    { \"title\":  \"feat\", \"description\":  \"a new feature\"},\n    { \"title\":  \"fix\", \"description\":  \"a bug fix\"},\n    { \"title\":  \"bug\", \"description\":  \"introducing a bug\"}\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamg%2Fcomet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliamg%2Fcomet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamg%2Fcomet/lists"}