{"id":24618279,"url":"https://github.com/matthewbub/conventional-commit-helper","last_synced_at":"2025-03-18T22:27:00.094Z","repository":{"id":55150396,"uuid":"324581152","full_name":"matthewbub/conventional-commit-helper","owner":"matthewbub","description":"shell script to assist with conventional commits","archived":false,"fork":false,"pushed_at":"2023-08-07T17:33:02.000Z","size":3407,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T23:41:44.645Z","etag":null,"topics":["conventional-commits","git","shell"],"latest_commit_sha":null,"homepage":"","language":null,"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/matthewbub.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}},"created_at":"2020-12-26T15:20:01.000Z","updated_at":"2023-08-07T17:31:33.000Z","dependencies_parsed_at":"2024-03-16T18:47:01.890Z","dependency_job_id":"1ef0ab79-b55a-41cd-8985-d412676481d7","html_url":"https://github.com/matthewbub/conventional-commit-helper","commit_stats":null,"previous_names":["matthewbub/conventional-commit-helper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewbub%2Fconventional-commit-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewbub%2Fconventional-commit-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewbub%2Fconventional-commit-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewbub%2Fconventional-commit-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthewbub","download_url":"https://codeload.github.com/matthewbub/conventional-commit-helper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244315842,"owners_count":20433355,"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":["conventional-commits","git","shell"],"created_at":"2025-01-24T23:51:29.334Z","updated_at":"2025-03-18T22:27:00.071Z","avatar_url":"https://github.com/matthewbub.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# conventional-commit-helper\n[![MIT](https://img.shields.io/badge/License-MIT-green.svg)](./LICENSE)\n\n\nA bash script to assist [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).\n\nWith **conventional-commit-helper**\n```bash\n$ commit \"this is my commit\"\n```\n\nBehind the scenes\n```bash\n$ git add .\n$ git status\n$ git commit -m \"TYPE: this is my commit\"\n```\n\n![use case](./public/use.gif)\n\n## Setup\n- [x] [Ensure  `PATH=~/bin:$PATH` is in your bash config.](https://unix.stackexchange.com/questions/26047/how-to-correctly-add-a-path-to-path)\n- [x] Move the [`commit`](https://github.com/hi-matbub/conventional-commit-helper/blob/main/commit) file to the root of your desired repo.\n- [x] [Init (first time only)](https://askubuntu.com/questions/443789/what-does-chmod-x-filename-do-and-how-do-i-use-it)\n```bash\n$ chmod +x ./commit\n```\n- [x] **Execute**\n```bash\n$ ./commit \"commit message here\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewbub%2Fconventional-commit-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewbub%2Fconventional-commit-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewbub%2Fconventional-commit-helper/lists"}