Skip to content

thundernet8/GitRandEmoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitRandEmoji

Add random emoji as git commit message prefix.

Update

Add 颜文字 support also.

See more detail about emoji collections -> Emojis

Install

yarn global add gitrandemoji

or

npm install gitrandemoji -g

Usage

emoji

gce your-commit-message

or select a emoji from a specified emoji collection

gce your-commit-message -c people

these are equivalent to commands below:

git add -A
git commit -m "[Emoji] your-commit-message"

颜文字

gcy your-commit-message

or select a text from a specified collection

gcy your-commit-message -c happy

these are equivalent to commands below:

git add -A
git commit -m "[颜文字] your-commit-message"

About

Add random emoji or 颜文字 to git commit message

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published