{"id":16960018,"url":"https://github.com/jondotsoy/commit-help","last_synced_at":"2026-05-05T13:41:56.972Z","repository":{"id":152239602,"uuid":"390793736","full_name":"JonDotsoy/commit-help","owner":"JonDotsoy","description":"Command helper to create commit","archived":false,"fork":false,"pushed_at":"2021-08-03T14:55:27.000Z","size":1125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"development","last_synced_at":"2025-05-31T14:23:40.038Z","etag":null,"topics":["commit","git"],"latest_commit_sha":null,"homepage":"https://npmjs.com/@jondotsoy/commit-help","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JonDotsoy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2021-07-29T16:54:11.000Z","updated_at":"2021-08-03T14:55:30.000Z","dependencies_parsed_at":"2023-06-29T01:45:55.226Z","dependency_job_id":null,"html_url":"https://github.com/JonDotsoy/commit-help","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/JonDotsoy/commit-help","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonDotsoy%2Fcommit-help","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonDotsoy%2Fcommit-help/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonDotsoy%2Fcommit-help/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonDotsoy%2Fcommit-help/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JonDotsoy","download_url":"https://codeload.github.com/JonDotsoy/commit-help/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonDotsoy%2Fcommit-help/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32652467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["commit","git"],"created_at":"2024-10-13T22:46:54.521Z","updated_at":"2026-05-05T13:41:56.952Z","avatar_url":"https://github.com/JonDotsoy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Commit-Help\n\n[![Node.js Package](https://github.com/JonDotsoy/commit-help/actions/workflows/npm_publish.yml/badge.svg)](https://github.com/JonDotsoy/commit-help/actions/workflows/npm_publish.yml)\n\nFeatures:\n\n- Shell alias `feat`: helper to commit a feature `feat(scope): \u003cmessage\u003e` or `feat: \u003cmessage\u003e`\n- Shell alias `fix`: helper to commit a fix `fix(scope): \u003cmessage\u003e` or `fix: \u003cmessage\u003e`\n- Shell alias `refactor`: helper to commit a refactor `refactor(scope): \u003cmessage\u003e` or `refactor: \u003cmessage\u003e`\n- Auto detect scope from change files using the `.mmrc.json` file\n\n**Example mmrc file:**\n\n```json\n{\n  \"scopes\": [\n    {\n      \"name\": \"user\",\n      \"match\": \"$CWD/apps/user/**\"\n    },\n    {\n      \"name\": \"products\",\n      \"match\": \"$CWD/apps/products/**\"\n    },\n    {\n      \"name\": \"settings\",\n      \"match\": \"$CWD/configs/**\"\n    }\n  ]\n}\n```\n\n## How to use\n\n## How to install\n\n```sh\nnpm install -g @jondotsoy/commit-help\n```\n\nand run add the next line to your shell config (.alias, .bashrc, .zshrc, etc):\n\n```sh\neval $(commit-help -)\n```\n\n\u003e You can use wthout install. Just add into your shell config:\n\u003e\n\u003e ```sh\n\u003e eval $(npx @jondotsoy/commit-help -)\n\u003e ```\n\u003e\n\u003e ⚠️ This can delay to the shell startup.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjondotsoy%2Fcommit-help","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjondotsoy%2Fcommit-help","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjondotsoy%2Fcommit-help/lists"}