{"id":23547124,"url":"https://github.com/remcostoeten/custom-commitizen-adapter","last_synced_at":"2026-02-10T04:35:36.912Z","repository":{"id":243304455,"uuid":"812031779","full_name":"remcostoeten/custom-commitizen-adapter","owner":"remcostoeten","description":"An opinionated commit(tizen) CLI tool. Using this will make it look like you know what you're doing. Instant seniority!!","archived":false,"fork":false,"pushed_at":"2024-12-12T15:10:24.000Z","size":2288,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T21:00:37.663Z","etag":null,"topics":["commitizen-adapter","commitizen-config","git","npm","npm-package"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/cleaner-commitizen-adapter","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/remcostoeten.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-07T20:09:00.000Z","updated_at":"2024-12-12T15:06:48.000Z","dependencies_parsed_at":"2024-06-13T00:17:49.282Z","dependency_job_id":"4319506d-82c9-44f7-ba9d-7dbba8c4c7e8","html_url":"https://github.com/remcostoeten/custom-commitizen-adapter","commit_stats":null,"previous_names":["remcostoeten/custom-commitizen-adapter"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/remcostoeten/custom-commitizen-adapter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remcostoeten%2Fcustom-commitizen-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remcostoeten%2Fcustom-commitizen-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remcostoeten%2Fcustom-commitizen-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remcostoeten%2Fcustom-commitizen-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remcostoeten","download_url":"https://codeload.github.com/remcostoeten/custom-commitizen-adapter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remcostoeten%2Fcustom-commitizen-adapter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29290991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T03:42:42.660Z","status":"ssl_error","status_checked_at":"2026-02-10T03:42:41.897Z","response_time":65,"last_error":"SSL_read: 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":["commitizen-adapter","commitizen-config","git","npm","npm-package"],"created_at":"2024-12-26T09:14:41.222Z","updated_at":"2026-02-10T04:35:36.835Z","avatar_url":"https://github.com/remcostoeten.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cleaner Commitizen Adapter\n\nA custom Commitizen adapter/config for creating standardized commit messages with fewer terminal prompts and boilerplate. ✨\n\n\u003csmall\u003eThis stuff makes it look like you know what you're doing, dawg. 👀\u003c/small\u003e\n\n![t-rec](https://github.com/remcostoeten/custom-commitizen-adapter/assets/57683378/7fdbcd55-20b8-43b3-b995-41c70545d934)\n\n```clis\ncommit a401633a9362c3940c447daeaebaf264582da0f7\nAuthor: Remco Stoeten \u003cremcostoeten@hotmail.com\u003e\nDate:   Sat Jun 8 06:54:43 2024 +0200\nchore: This video is such a chore man....\n```\n\n\n\n## Installation\n\nSince it's an adapter for Commitizen, you need to have Commitizen installed globally:\n\n```bash\n\n# Install Commitizen globally\n\nnpm install -g commitizen\n\n# Install this package globally\n\nnpm install -g cleaner-commitizen-adapter\n```\n\nCommitizen does not support custom configuration via their own config file. To use this adapter you need to create a `.czrc` file in your home directory and set the path to the adapter. Edit/create the file with `vim ~/.czrc` and add the following line: `{ \"path\": \"cleaner-commitizen-adapter\" }`. This will tell Commitizen to use the custom adapter.\n\nAlternatively, you can run the following command to create the file with the correct content in one go:\n\n```bash\necho '{ \"path\": \"cleaner-commitizen-adapter\" }' \u003e ~/.czrc\n```\n\n## Usage\n\nTo use this adapter with Commitizen, run:\n\n```bash\ncz\n```\n\nAnswer the prompts to generate a standardized commit message.\n\n### Prompts\n\n1. **Type of Change**: Select the type of change you are committing. Options include:\n\n   - `feat`: A new feature\n   - `fix`: A bug fix\n   - `docs`: Documentation only changes\n   - `style`: Changes that do not affect the meaning of the code\n   - `refactor`: A code change that neither fixes a bug nor adds a feature\n   - `test`: Adding missing tests or correcting existing tests\n   - `chore`: Changes to the build process or auxiliary tools\n\n2. **Commit Message**: Write a short, descriptive commit message.\n\n## Efficient Usage with zsh Alias\n\nIf you find the `cz` command annoying or having to `git add`, or push prior to running `cz`, you can create an alias in your `.zshrc` file to run the CLI tool with a single command.\n\n1. Open `.zshrc` \u003csmall\u003eOr `.bashrc` if you're using bash\u003c/small\u003e:\n\n   ```bash\n   vim ~/.zshrc\n   ```\n\n2. Add alias:\n\n   ```bash\n   alias commit='cz'\n   ```\n\nNow, you can use the alias `commit` to quickly run the CLI tool. This allows you to type `commit` which could be more intuitive than `cz`.\n\nAnother one which I personally use, but must be used with caution due to the adding everything and pushing instantly is:\n\n```bash\nalias push='git add . \u0026\u0026 cz \u0026\u0026 git push'\n```\n\nA safe way to use this, but which is a little bit more time-consuming is to use the following alias:\n\n```bash\nalias push='git add . \u0026\u0026 cz \u0026\u0026 echo \"You are about to push $(git diff --cached --numstat | wc -l) files.\" \u0026\u0026 echo \"Are you sure you want to push these changes? (y/n/c) [Yes/No - commit only/No - abort all]\" \u0026\u0026 read ans \u0026\u0026 if [[$ans = \"y\"]]; then git push; elif [[$ans = \"n\"]]; then echo \"Changes committed, but not pushed.\"; else echo \"Operation aborted.\"; git reset HEAD~; fi'\n```\n\nThis will ask you after the commit if you want to continue with X files or not, giving you the option to push, quit, or only commit.\n\nxxx love y'all,\n\n[Remco Stoeten](https://remcostoeten.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremcostoeten%2Fcustom-commitizen-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremcostoeten%2Fcustom-commitizen-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremcostoeten%2Fcustom-commitizen-adapter/lists"}