Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thundernet8/gitrandemoji
Add random emoji or 颜文字 to git commit message
https://github.com/thundernet8/gitrandemoji
emoji emoji-collection git yan
Last synced: 2 days ago
JSON representation
Add random emoji or 颜文字 to git commit message
- Host: GitHub
- URL: https://github.com/thundernet8/gitrandemoji
- Owner: thundernet8
- License: mit
- Created: 2017-09-27T16:16:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T12:00:21.000Z (about 7 years ago)
- Last Synced: 2024-10-12T13:42:50.266Z (about 1 month ago)
- Topics: emoji, emoji-collection, git, yan
- Language: TypeScript
- Homepage:
- Size: 98.6 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GitRandEmoji
Add random emoji as git commit message prefix.### Update
Add 颜文字 support also.See more detail about emoji collections -> [Emojis](https://github.com/thundernet8/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"
```