{"id":13406503,"url":"https://github.com/carloscuesta/gitmoji","last_synced_at":"2025-05-12T20:46:06.814Z","repository":{"id":37359341,"uuid":"71551629","full_name":"carloscuesta/gitmoji","owner":"carloscuesta","description":"An emoji guide for your commit messages. 😜 ","archived":false,"fork":false,"pushed_at":"2025-04-15T08:07:45.000Z","size":7329,"stargazers_count":16252,"open_issues_count":31,"forks_count":810,"subscribers_count":76,"default_branch":"master","last_synced_at":"2025-05-05T16:06:01.043Z","etag":null,"topics":["commits","emoji","gitmoji"],"latest_commit_sha":null,"homepage":"https://gitmoji.dev","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/carloscuesta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":["carloscuesta"],"custom":["https://paypal.me/carloscuesta"]}},"created_at":"2016-10-21T09:36:02.000Z","updated_at":"2025-05-05T15:16:14.000Z","dependencies_parsed_at":"2022-07-12T01:22:57.343Z","dependency_job_id":"a9979a91-4326-4eb0-96d5-5debd54f6786","html_url":"https://github.com/carloscuesta/gitmoji","commit_stats":{"total_commits":959,"total_committers":102,"mean_commits":9.401960784313726,"dds":0.4619395203336809,"last_synced_commit":"33dc4d4a3e6389e327a90d3980c98ba11116772c"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carloscuesta%2Fgitmoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carloscuesta%2Fgitmoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carloscuesta%2Fgitmoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carloscuesta%2Fgitmoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carloscuesta","download_url":"https://codeload.github.com/carloscuesta/gitmoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252550558,"owners_count":21766571,"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":["commits","emoji","gitmoji"],"created_at":"2024-07-30T19:02:32.044Z","updated_at":"2025-05-12T20:46:06.767Z","avatar_url":"https://github.com/carloscuesta.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://gitmoji.dev\"\u003e\n\t\t\u003cimg src=\"https://cloud.githubusercontent.com/assets/7629661/20073135/4e3db2c2-a52b-11e6-85e1-661a8212045a.gif\" width=\"456\" alt=\"gitmoji\"\u003e\n\t\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://github.com/carloscuesta/gitmoji/actions?query=workflow%3ACI+branch%3Amaster\"\u003e\n\t\t\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/carloscuesta/gitmoji/ci.yml?branch=master\u0026style=flat-square\"\n\t\t\t alt=\"Build Status\"\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://gitmoji.dev\"\u003e\n\t\t\u003cimg src=\"https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square\"\n\t\t\t alt=\"Gitmoji\"\u003e\n\t\u003c/a\u003e\n\u003c/p\u003e\n\n## About\n\n[Gitmoji](https://gitmoji.dev) is an initiative to standardize and explain **the use of emojis on GitHub commit messages**.\n\n**Using emojis** on **commit messages** provides an **easy way** of **identifying the purpose or intention of a commit** with only looking at the emojis used. As there are a lot of different emojis I found the need of creating a guide that can help to use emojis easier.\n\nThe gitmojis are published on the [following package](https://www.npmjs.com/package/gitmojis) in order to be used as a dependency 📦.\n\n## Using [gitmoji-cli](https://github.com/carloscuesta/gitmoji-cli)\n\nTo use gitmojis from your command line install [gitmoji-cli](https://github.com/carloscuesta/gitmoji-cli). A gitmoji interactive client for using emojis on commit messages.\n\n```bash\nnpm i -g gitmoji-cli\n```\n\n## Example of usage\n\nIn case you need some ideas to integrate gitmoji in your project, here's a practical way to use it:\n\n```\n\u003cintention\u003e [scope?][:?] \u003cmessage\u003e\n```\n\n- `intention`: An emoji from the list.\n- `scope`: An optional string that adds contextual information for the scope of the change.\n- `message`: A brief explanation of the change.\n\n## Contributing to gitmoji\n\nContributing to gitmoji is a piece of :cake:, read the [contributing guidelines](https://github.com/carloscuesta/gitmoji/blob/master/.github/CONTRIBUTING.md). You can discuss emojis using the [issues section](https://github.com/carloscuesta/gitmoji/issues/new). To add a new emoji to the list create an issue and send a pull request, see [how to send a pull request and add a gitmoji](https://github.com/carloscuesta/gitmoji/blob/master/.github/CONTRIBUTING.md#how-to-add-a-gitmoji).\n\n## Spread the word\n\nAre you using Gitmoji on your project? Set the Gitmoji badge on top of your readme using this code:\n\n```html\n\u003ca href=\"https://gitmoji.dev\"\u003e\n  \u003cimg\n    src=\"https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square\"\n    alt=\"Gitmoji\"\n  /\u003e\n\u003c/a\u003e\n```\n\n## License\n\nThe code is available under the [MIT](https://github.com/carloscuesta/gitmoji/blob/master/LICENSE) license.\n","funding_links":["https://github.com/sponsors/carloscuesta","https://paypal.me/carloscuesta"],"categories":["TypeScript","JavaScript","工具和库","Development","CSS","emoji","Javascript","有趣项目","开发"],"sub_categories":["Github 相关","zsh 插件"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarloscuesta%2Fgitmoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarloscuesta%2Fgitmoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarloscuesta%2Fgitmoji/lists"}