gitmoji

An emoji guide for your commit messages. 😜
授权协议 MIT License
开发语言 JavaScript
所属分类 程序开发、 Emoji 表情相关
软件类型 开源软件
地区 不详
投 递 者 祁鸿哲
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

gitmoji

Build Status Gitmoji

About

Gitmoji is an initiative to standardize and explain the use of emojis on GitHub commit messages.

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.

The gitmojis are published on the following package in order to be used as a dependency �� .

Using gitmoji-cli

To use gitmojis from your command line install gitmoji-cli. A gitmoji interactive client for using emojis on commit messages.

npm i -g gitmoji-cli

Contributing to gitmoji

Contributing to gitmoji is a piece of �� , read the contributing guidelines. You can discuss emojis using the issues section. 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.

Spread the word

Are you using Gitmoji on your project? Set the Gitmoji badge on top of your readme using this code:

<a href="https://gitmoji.dev">
  <img src="https://img.shields.io/badge/gitmoji-%20��%20��-FFDD67.svg?style=flat-square" alt="Gitmoji">
</a>

License

The code is available under the MIT license.

  • gitmoji 列表 emoji emoji代码(左右都添加冒号:) commit说明 ? tada 初次提交. ✨ sparkles 引入新功能. ? ambulance 重要补丁. ? pencil 撰写文档. ? bug 修复bug. ♻️ recycle 代码重构. ? art 改进代码结构/格式. ⚡️ zap 性能优化. ? wrench 修改配置文件. ✅ white_check_m

  •  开始一个项目 :tada: 开始一个项目 ✨ 开始一个新功能 :sparkles: 开始一个新功能  修复bug :bug: 修复bug  临时保存 :construction: 临时保存 ⬆️ 升级依赖项 :arrow_up: 升级依赖项 ⬇️ 降级依赖项 :arrow_up: 升级依赖项  将依赖项固定到特定版本 :pushpin: 将依赖项固定到特定版本 ➕ 添加依赖

相关阅读

相关文章

相关问答

相关文档