{"id":16486068,"url":"https://github.com/roziscoding/commit-me","last_synced_at":"2025-10-27T18:32:09.883Z","repository":{"id":57204228,"uuid":"372081883","full_name":"roziscoding/commit-me","owner":"roziscoding","description":"Git commit CLI based on https://gist.github.com/gustavopch/506a0651657b48e38a014a067e6bd221","archived":false,"fork":false,"pushed_at":"2021-08-26T14:17:47.000Z","size":129,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-12T04:12:49.567Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/roziscoding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-29T22:43:29.000Z","updated_at":"2021-06-06T14:37:11.000Z","dependencies_parsed_at":"2022-08-29T18:01:45.832Z","dependency_job_id":null,"html_url":"https://github.com/roziscoding/commit-me","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roziscoding%2Fcommit-me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roziscoding%2Fcommit-me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roziscoding%2Fcommit-me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roziscoding%2Fcommit-me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roziscoding","download_url":"https://codeload.github.com/roziscoding/commit-me/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219860746,"owners_count":16556011,"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-11T13:28:16.875Z","updated_at":"2025-10-27T18:32:09.492Z","avatar_url":"https://github.com/roziscoding.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## commitme\n\n\u003e Based on [this gist](https://gist.github.com/gustavopch/506a0651657b48e38a014a067e6bd221) by @gustavopch\n\n# Installation\n\nYou can install this on your package using `npm i -D commitme` or run it once using `npx commitme`\n\n# Configuration\n\nCreate a `.commitrc` on the root of your project to customize the choices.\n\n## VSCode Support\n\nAdd this to your VSCode config file in order to get autocomplete for the config file:\n\n```json\n{\n  \"files.associations\": {\n    \".commitrc\": \"jsonc\"\n  },\n  \"json.schemas\": [\n    {\n      \"fileMatch\": [\".commitrc\"],\n      \"url\": \"https://raw.githubusercontent.com/roziscoding/commit-me/main/config-schema.json\"\n    }\n  ]\n}\n```\n\n## Options\n\n- `choices`:\n\n  - The list of commit types\n  - Type: Array of [inquirer](https://www.npmjs.com/package/inquirer) choices for the `list` prompt type\n    The `name` must be the commit type description, and the `value` must be an emoji\n\n- `replaceDefaultChoices`:\n  - If true, the default choices will not be used\n  - Type: boolean\n\n### Command line\n\n- `-a`: Runs `git add --all` before commiting\n\n- `--print`: Prints the commit message, instead of caling git (will ignore the `-a` flag)\n\n# Contributors\n\n- @roziscoding: Creator of this package\n- @gustavopch: Creator of [the gist that allowed this package to exist](https://gist.github.com/gustavopch/506a0651657b48e38a014a067e6bd221)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froziscoding%2Fcommit-me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froziscoding%2Fcommit-me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froziscoding%2Fcommit-me/lists"}