UNPKG

sexy-commits

Version:

Sexy commits using gitmoji.dev and inquirer-autocomplete-prompt

28 lines (27 loc) 1.17 kB
{ "gitmoji": { "build": ["🏗️", "Make architectural changes"], "ci": ["👷", "Add or update CI build system",["integration"]], "chore": ["💄", "Boring chores",["boring", "stuff"]], "docs": ["📝", "Added or updated documentation",["doc","dox"]], "feat": ["✨", "Introduced new features"], "fix": ["🐛", "Fixed a bug",["bugfix"]], "perf": ["⚡", "Improved performance"], "refactor": ["♻️", "Refactored code"], "revert": ["⏪", "Reverted changes"], "style": ["💄", "Added or updated the UI and style files"], "test": ["✅", "Added or updated tests"], "dev": ["🔨", "Add or update development scripts"], "i18n": ["🌐", "Internationalization and localization"], "changelog": ["📓", "Updated changelog"], "readme": ["📝", "Updated readme"], "typo": ["✏️", "Fixed typos"], "rename": ["🚚", "Moved or renamed resources (e.g.: files, paths, routes)"], "merge": ["🔀", "Merged a branch into this one"], "auth": [ "🛂", "Worked on code related to authorization, roles and permissions" ], "syntax": ["✏️", "Adjusted code syntax"] } }