{"id":29679416,"url":"https://github.com/myferr/conventional-commit","last_synced_at":"2025-07-23T01:07:01.124Z","repository":{"id":296809209,"uuid":"994549916","full_name":"myferr/conventional-commit","owner":"myferr","description":"A CLI made with JavaScript to write nice \u0026 neat commit messages that follow the rulesets of Conventional Commits","archived":false,"fork":false,"pushed_at":"2025-06-02T06:23:58.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-02T15:58:55.082Z","etag":null,"topics":["cli","commit","commits","conventional-commits","git-tool","nodejs","util"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myferr.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2025-06-02T05:40:24.000Z","updated_at":"2025-06-02T06:27:05.000Z","dependencies_parsed_at":"2025-06-02T16:02:29.111Z","dependency_job_id":"f46efc0a-1136-401a-b388-618b0e38863f","html_url":"https://github.com/myferr/conventional-commit","commit_stats":null,"previous_names":["myferr/conventional-commit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/myferr/conventional-commit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myferr%2Fconventional-commit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myferr%2Fconventional-commit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myferr%2Fconventional-commit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myferr%2Fconventional-commit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myferr","download_url":"https://codeload.github.com/myferr/conventional-commit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myferr%2Fconventional-commit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266598371,"owners_count":23953952,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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","commit","commits","conventional-commits","git-tool","nodejs","util"],"created_at":"2025-07-23T01:06:43.336Z","updated_at":"2025-07-23T01:07:01.092Z","avatar_url":"https://github.com/myferr.png","language":"JavaScript","readme":"# Conventional Commit\n\nA faster way to commit your changes with a nice, formatted commit message that follows the rulesets of [Conventional Commits](https://www.conventionalcommits.org)\n\n#### Requirements\n\nThis project requires you to have a **Google Gemini API Key** and **git** installed locally on your machine\n\n## Installation\n\n```bash\nbash \u003c(curl -Ss https://raw.githubusercontent.com/myferr/conventional-commit/refs/heads/main/x.sh)\n```\n\nThen restart your shell or run `source ~/{YOUR_CONFIG_FILE}`\n\n\u003e Replace `{YOUR_CONFIG_FILE}` with your config file\n\u003e Examples: `.zshrc`, `.bashrc`\n\n## Why?\n\nUsing [Conventional Commits](https://www.conventionalcommits.org) is a nice and neat way to make your project's history more readable, automate releases, and maintain cleaner collaboration. Here's why you should use them:\n\n1. Conventional commits follow a structured format like:\n\n```\nfeat: add user login support\nfix: correct typo in signup message\nchore: update dependencies\n```\n\n2. In a team setting (or your future self), a commit like:\n\n```\nfix: handle null values in API response\n```\n\n…is much clearer than:\n\n```\nupdate stuff\n```\n\nYou instantly know what type of change was made, why, and how it affects the project.\n\n3. Your Git log becomes a **narrative** of the project:\n\n```bash\ngit log --oneline\n```\n\nmight show:\n\n```\nfeat: add OAuth support for GitHub\nfix: sanitize user input in comment form\ndocs: add API usage example to README\n```\n\nThat’s easier to scan than:\n\n```\nbetter auth\nfixing things\nfinal README tweaks\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyferr%2Fconventional-commit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyferr%2Fconventional-commit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyferr%2Fconventional-commit/lists"}