{"id":19855094,"url":"https://github.com/liorocks/cz-gitmoji","last_synced_at":"2025-08-20T04:04:15.233Z","repository":{"id":145575241,"uuid":"98452456","full_name":"liorocks/cz-gitmoji","owner":"liorocks","description":"🔬😜 Commitizen adapter for gitmoji.","archived":false,"fork":false,"pushed_at":"2017-09-07T20:31:43.000Z","size":36,"stargazers_count":33,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T13:49:04.772Z","etag":null,"topics":["commit","commitizen","commitizen-adapter","emoji","emojis","git","gitmoji","gitmoji-cli"],"latest_commit_sha":null,"homepage":"https://liorocks.github.io/cz-gitmoji/","language":"JavaScript","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/liorocks.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,"publiccode":null,"codemeta":null}},"created_at":"2017-07-26T18:13:06.000Z","updated_at":"2025-01-01T03:37:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2fec858-b32f-4ae9-8ad1-caa4b308a160","html_url":"https://github.com/liorocks/cz-gitmoji","commit_stats":null,"previous_names":["landish/cz-gitmoji"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liorocks%2Fcz-gitmoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liorocks%2Fcz-gitmoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liorocks%2Fcz-gitmoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liorocks%2Fcz-gitmoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liorocks","download_url":"https://codeload.github.com/liorocks/cz-gitmoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251969256,"owners_count":21673182,"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":["commit","commitizen","commitizen-adapter","emoji","emojis","git","gitmoji","gitmoji-cli"],"created_at":"2024-11-12T14:11:40.945Z","updated_at":"2025-05-02T01:30:38.529Z","avatar_url":"https://github.com/liorocks.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003ecz-gitmoji\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.npmjs.com/package/cz-gitmoji\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/cz-gitmoji.svg\" alt=\"NPM Downloads\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/cz-gitmoji\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/cz-gitmoji.svg\" alt=\"Package Version\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/Landish/cz-gitmoji/pulls\"\u003e\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" alt=\"PRs welcome\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/prettier/prettier\"\u003e\u003cimg src=\"https://img.shields.io/badge/styled_with-prettier-ff69b4.svg\" alt=\"styled with prettier\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/Landish/cz-gitmoji/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/Landish/cz-gitmoji.svg\" alt=\"License - MIT\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e [Commitizen](https://github.com/commitizen/cz-cli) adapter for [gitmoji](https://gitmoji.carloscuesta.me/).\n\n**cz-gitmoji** allows you to easily use gitmojis in your commits using [commitizen](https://github.com/commitizen/cz-cli).\n\n```sh\n? Select the type of change you're committing:\n  🎨  - :art: - Improving structure / format of the code.\n  ⚡️  - :zap: - Improving performance.\n  🔥  - :fire: - Removing code or files.\n❯ 🐛  - :bug: - Fixing a bug.\n  🚑  - :ambulance: - Critical hotfix.\n  ✨  - :sparkles: - Introducing new features.\n  📝  - :memo: - Writing docs.\n  🚀  - :rocket: - Deploying stuff.\n  💄  - :lipstick: - Updating the UI and style files.\n  🎉  - :tada: - Initial commit.\n  ✅  - :white_check_mark: - Adding tests.\n  🔒  - :lock: - Fixing security issues.\n  🍎  - :apple: - Fixing something on macOS.\n  🐧  - :penguin: - Fixing something on Linux.\n  🏁  - :checkered_flag: - Fixing something on Windows.\n  🤖  - :robot: - Fixing something on Android.\n  🍏  - :green_apple: - Fixing something on iOS.\n  🔖  - :bookmark: - Releasing / Version tags.\n  🚨  - :rotating_light: - Removing linter warnings.\n  🚧  - :construction: - Work in progress.\n  💚  - :green_heart: - Fixing CI Build.  \n  ⬇️  - :arrow_down: - Downgrading dependencies.\n  ⬆️  - :arrow_up: - Upgrading dependencies.\n  👷  - :construction_worker: - Adding CI build system.\n  📈  - :chart_with_upwards_trend: - Adding analytics or tracking code.\n  🔨  - :hammer: - Refactoring code.\n  ➖  - :heavy_minus_sign: - Removing a dependency.\n  🐳  - :whale: - Work about Docker.    \n  ➕  - :heavy_plus_sign: - Adding a dependency.\n  🔧  - :wrench: - Changing configuration files.\n  🌐  - :globe_with_meridians: - Internationalization and localization.\n  ✏️  - :pencil2: - Fixing typos.\n  💩  - :hankey: - Writing bad code that needs to be improved.\n  ⏪  - :rewind: - Reverting changes.\n  🔀  - :twisted_rightwards_arrows: - Merging branches.\n  📦  - :package: - Updating compiled files or packages.\n  👽  - :alien: - Updating code due to external API changes.\n  🚚  - :truck: - Moving or renaming files.\n  📄  - :page_facing_up: - Adding or updating license.\n  💥  - :boom: - Introducing breaking changes.\n  🍱  - :bento: - Adding or updating assets.\n  👌  - :ok_hand: - Updating code due to code review changes.\n  ♿️  - :wheelchair: - Improving accessibility.\n  💡  - :bulb: - Documenting source code.\n  🍻  - :beers: - Writing code drunkenly.\n  💬  - :speech_balloon: - Updating text and literals.\n  🗃  - :card_file_box: - Performing database related changes.\n  🔊  - :loud_sound: - Adding logs.\n  🔇  - :mute: - Removing logs.      \n```\n\n## Install\n\n```bash\n$ npm install --global cz-gitmoji\n```\n\n## Set Globally\n\n```bash\necho '{ \"path\": \"cz-gitmoji\" }' \u003e ~/.czrc\n```\nThis will set as default adapter for all your projects.\n\n## Usage\n\n```sh\n$ git cz\n```\n\n## Customize\n\nYou can customize types for per project by adding a configuration section in your `package.json`:\n\n```json\n{\n  \"config\": {\n    \"cz-gitmoji\": {}\n  }\n}\n```\n\nFor example: \n```json\n{\n  \"config\": {\n    \"cz-gitmoji\": {\n      \"types\": [\n        {\n          \"name\": \"bad \\t💩 bad code\",\n          \"value\": \":hankey:\"\n        }\n      ]\n    }\n  }\n}\n```\n\n### Inspired by\n- [gitmoji](https://gitmoji.carloscuesta.me/)\n- [gitmoji-cli](https://github.com/carloscuesta/gitmoji-cli)\n- [commitizen](https://github.com/commitizen/cz-cli)\n- [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog)\n- [cz-emoji](https://github.com/ngryman/cz-emoji)\n- [emoji-cz](https://github.com/kevin940726/emoji-cz)\n\n## Licence\n\n[The MIT License](https://github.com/Landish/cz-gitmoji/blob/master/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliorocks%2Fcz-gitmoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliorocks%2Fcz-gitmoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliorocks%2Fcz-gitmoji/lists"}