cz-emoji-types-angular
v0.1.0
Published
List of angular commit types for cz-emoji.
Downloads
2
Maintainers
Readme
cz-emoji-types-angular
The cz-emoji types
for Angular Git Commit Message Conventions
Tell me why _____ use _____ emoji?
| key | icon | why? | other options |
| --------- | ------------------------- | --------------------------------------------------- | ------------------------------------------- |
| feat | 🎉 :tada: | I'm so excited to announce this feature! tada~ | :sparkles: |
| fix | 🐞 :beetle: | Original bug is actually a worm, so i choose another red bug. | :bug: |
| docs | 📖 :book: | This is the shortest work in book-like emojis | :books: :notebook: :memo: |
| style | 🌈 :rainbow: | Style makes world colorful! | :art: |
| refactor | 👍 :+1: | I'm refactoring things, you can cheer me with +1. | :100: |
| perf | 🚀 :rocket: | Launch a rocket, faster than ever! | :zap: |
| test | 🚥 :traffic_light: | As you know, tests make things green(ok), red(fail) | :vertical_traffic_light: :white_check_mark: |
| build | 🏗 :building_construction: | Build, build, build. | :construction_worker: |
| ci | 🤖 :robot: | Make ci (auto robot) better! | |
| chore | 🍺 :beer: | I'm doing chores, you should buy me a drink. | |
| revert | 🔙 :back: | Nothing special, Revert and back
to previous version. | :arrow_left: |
| [DEFAULT] | ❔:grey_question: | Unknown key. | :question: |
References
- https://github.com/liguoqinjim/github_emoji
- https://github.com/ellerbrock/conventional-commit-types-emoji/blob/master/src/index.json
- https://github.com/Falieson/TRAM/blob/master/package.json#L17