{"id":16296302,"url":"https://github.com/jannchie/gitcm","last_synced_at":"2025-04-12T20:33:42.124Z","repository":{"id":192568288,"uuid":"687012812","full_name":"Jannchie/gitcm","owner":"Jannchie","description":"An opinionated git commits message helper.","archived":false,"fork":false,"pushed_at":"2024-01-10T05:07:35.000Z","size":206,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T14:50:31.000Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Jannchie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-04T12:22:25.000Z","updated_at":"2025-02-13T16:22:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"b169b7c4-aa1b-4a24-b5c1-922e57667b01","html_url":"https://github.com/Jannchie/gitcm","commit_stats":null,"previous_names":["jannchie/gitcm"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jannchie%2Fgitcm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jannchie%2Fgitcm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jannchie%2Fgitcm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jannchie%2Fgitcm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jannchie","download_url":"https://codeload.github.com/Jannchie/gitcm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248629823,"owners_count":21136322,"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-10-10T20:22:01.211Z","updated_at":"2025-04-12T20:33:42.081Z","avatar_url":"https://github.com/Jannchie.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitcm\n\n`gitcm` is an opinionated git commits message helper.\n\n## Usage\n\n```bash\nnpx @gitcm/cli\n```\n\n## Installation\n\nYou can choose to install globally so that you can use the `gitcm` or `git-commit` commands. They are equivalent to `npx @gitcm/cli`.\n\n```bash\nnpm install -g @gitcm/cli\n```\n\n## More Examples\n\nFor example, you can use the following command:\n\n```bash\ngitcm init \"init commit\"\n```\n\nWhich will execute the following command:\n\n```bash\ngit commit -m \":tada: init: init commit\"\n```\n\nWe provide an interactive cli tool.\n\n```bash\n$ gitcm\n┌  @gitcm/cli - v0.1.4\n│\n●  Config file found in C:\\Users\\Jannchie\\.config\\gitcm\\config.json\n│\n◇  What is the commit type? (required)\n│  ✨ feat\n│\n◇  What is the commit scope? (optional)\n│  test\n│\n◇  What is the commit body? (required)\n│  this is a commit message\n│\n◇  Your commit command is ─────────────────────────────────────────╮\n│                                                                   │\n│  git commit -m \":sparkles: feat(test): this is a commit message\"  │\n│                                                                   │\n├───────────────────────────────────────────────────────────────────╯\n```\n\nYou can also set the type, scope and body with command-line arguments:\n\n```bash\n# git commit -m \":sparkles: feat(test): test commit\"\ngitcm feat test \"test commit\" \n\n# git commit -m \":sparkles: feat: test commit\"\ngitcm feat \"test commit\" \n```\n\nWe provide an AI-powered commit message generator.\n\n```bash\n# Generate a commit message with OpenAI ChatGPT API\ngitcm -a\n```\n\nYou can find help with the following command:\n\n```bash\ngitcm --help\n```\n\n## Configuration\n\nWhen you use this command for the first time, it writes the configuration in `~/.config/gitcm/config.json`.\n\nYou can change the configuration by editing this file.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjannchie%2Fgitcm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjannchie%2Fgitcm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjannchie%2Fgitcm/lists"}