Skip to content

📚 💄 Commit messages enhanced with emojis

Notifications You must be signed in to change notification settings

sixertoy/gitmojo

Repository files navigation

GitMojo

Gitmojo hook, replace tag into your commit messages to emojis

Install

git clone [email protected]:sixertoy/gitmojo.git
npm link
# or yarn link

Usage

Install Gitmojo in your project

cd  myproject
gitmojo init

Update your package.json with husky configuration

{
  ...
  "husky": {
    "hooks": {
      "prepare-commit-msg": "",
      "...": "..."
    }
  }
  ...
}

Customize ./.gitmojorc.json to fit your needs

Defaults emojis

See CONTRIBUTING.md

TODOS

[] check if husky package is installed

About

📚 💄 Commit messages enhanced with emojis

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published