git-emoji-commit

1.23.1-alpha.3 • Public • Published

Git Emoji Commit 📦

git-emoji-commit npm version git-emoji-commit npm downloads

Simple CLI to encourage more concise commits.

git-emoji-commit

setup

  • $ npm i -g git-emoji-commit
  • $ git-emoji-commit --help to see options

usages

  • $gec to start the commit prompts or
  • $gec "YOUR COMMIT MESSAGE" or
  • $gec --[option] "YOUR COMMIT MESSAGE"

why?

To encourage more concise commits. Each commit type helps you keep your changes organized and brief.

Commit early, commit often. PR early, PR often.

git-emoji-commit workflow

  • $git add .
  • $gec "YOUR COMMIT MESSAGE" to make a commit
  • $git push

commit types

Commit Type Emoji Flag
New Feature 📦 --feat or -f
Style 🎨 --style or -s
Bugfix 🐛 --fix or -x
Chore 🧹 --chore or -c
Documentation 📚 --doc or -d
Refactor 🛠 --refactor or -r
Content 📝 --content or -n
Test --test or -t
Try 🤞 --try or -y
Build 🚀 --build or -b
Naked (no emoji) --naked or -n

details

  • --help or -h to see options
  • --version or -V to see version

/git-emoji-commit/

    Package Sidebar

    Install

    npm i git-emoji-commit

    Weekly Downloads

    57

    Version

    1.23.1-alpha.3

    License

    ISC

    Unpacked Size

    13.7 kB

    Total Files

    5

    Last publish

    Collaborators

    • chancesmith
    • zboatwright
    • adamcurl
    • brantley