{"id":16617342,"url":"https://github.com/ryooooooga/commitizen-deno","last_synced_at":"2025-10-29T19:31:27.061Z","repository":{"id":108162203,"uuid":"449947208","full_name":"Ryooooooga/commitizen-deno","owner":"Ryooooooga","description":"Commitizen client powered by Deno and FZF","archived":false,"fork":false,"pushed_at":"2024-10-16T11:25:47.000Z","size":88,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-02T04:32:00.505Z","etag":null,"topics":["commitizen","deno","git"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Ryooooooga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-01-20T03:56:37.000Z","updated_at":"2024-10-16T11:25:51.000Z","dependencies_parsed_at":"2024-01-28T09:46:00.354Z","dependency_job_id":null,"html_url":"https://github.com/Ryooooooga/commitizen-deno","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/Ryooooooga%2Fcommitizen-deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryooooooga%2Fcommitizen-deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryooooooga%2Fcommitizen-deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryooooooga%2Fcommitizen-deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ryooooooga","download_url":"https://codeload.github.com/Ryooooooga/commitizen-deno/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238882310,"owners_count":19546483,"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":["commitizen","deno","git"],"created_at":"2024-10-12T02:16:17.176Z","updated_at":"2025-10-29T19:31:26.667Z","avatar_url":"https://github.com/Ryooooooga.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# commitizen-deno\n\nCommitizen client powered by Deno and FZF\n\n## Requirements\n\n- Deno\n- FZF\n\n## Installation\n\n### Zinit\n\n```zsh\n# ~/.zshrc\nzinit wait lucid light-mode as'program' for 'Ryooooooga/commitizen-deno'\n```\n\nuse as git subcommand:\n\n```sh\ngit config --global alias.cz '!commitizen-deno --'\n```\n\n## Configuration\n\n```yaml\n# ~/.config/commitizen-deno/config.yaml\nmessage:\n  items:\n    - name: type\n      description: Select the type of change that you're committing\n      required: true\n      form: select\n      options:\n        - name: feat\n          description: A new feature\n        - name: fix\n          description: A bug fix\n        - name: docs\n          description: Documentation only changes\n        - name: style\n          description: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)\n        - name: refactor\n          description: A code change that neither fixes a bug nor adds a feature\n        - name: perf\n          description: A code change that improves performance\n        - name: test\n          description: Adding missing tests or correcting existing tests\n        - name: build\n          description: \"Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)\"\n        - name: ci\n          description: \"Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)\"\n        - name: chore\n          description: Other changes that don't modify src or test files\n        - name: revert\n          description: Reverts a previous commit\n\n    - name: scope\n      description: What is the scope of this change (e.g. component or file name)\n      form: input\n\n    - name: subject\n      description: Write a short, imperative tense description of the change\n      required: true\n      form: input\n\n    - name: detail\n      description: Provide a longer description of the change\n      form: input\n\n    - name: breakingChange\n      description: Describe the breaking changes if exist\n      prompt: \"BREAKING CHANGE \u003e \"\n      form: input\n\n    - name: issue\n      description: 'Add issue references (e.g. \"fix #123\", \"re #123\".)'\n      form: input\n\n  template: \"\u003c%- type %\u003e\u003c% if (scope) { %\u003e(\u003c%- scope %\u003e)\u003c% } %\u003e: \u003c%- subject %\u003e\u003c% if (detail) { %\u003e\\n\\n\u003c%- detail %\u003e\u003c% } %\u003e\u003c% if (breakingChange) { %\u003e\\n\\nBREAKING CHANGE: \u003c%- breakingChange %\u003e\u003c% } %\u003e\u003c% if (issue) { %\u003e\\n\\n\u003c%- issue %\u003e\u003c% } %\u003e\"\n```\n\n## Related\n\n- [cz-cli](https://github.com/commitizen/cz-cli)\n- [git-cz](https://github.com/streamich/git-cz)\n- [commitizen-go](https://github.com/lintingzhen/commitizen-go)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryooooooga%2Fcommitizen-deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryooooooga%2Fcommitizen-deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryooooooga%2Fcommitizen-deno/lists"}