项目作者: math2001

项目描述 :
:tada: A little electron app for gitmoji committer :smile:
高级语言: HTML
项目地址: git://github.com/math2001/gitmoji-cheat-sheet.git
创建时间: 2017-03-11T05:08:18Z
项目社区:https://github.com/math2001/gitmoji-cheat-sheet

开源协议:MIT License

下载


Gitmoji Cheat Sheet

This is a little window build with electron that lists the emoji you should use in your commit
messages, with a fuzzy search feature. I use exactly the same text and emoji from
gitmoji.carloscuesta.me/.

There’s still some stuff that can be improved, but here’s how it looks for now:

Gitmoji cheat sheet with the search feature

Gitmoji cheat sheet: show window back up

Run

  1. $ yarn global add electron # npm install -g electron
  2. $ git clone https://github.com/math2001/gitmoji-cheat-sheet
  3. $ cd gitmoji-cheat-sheet
  4. $ yarn # npm install
  5. $ electron .