1.0.1 • Published 4 years ago

husky-git-emoji v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

husky-git-emoji

A little command line tool that use husky to replace tag to emoji

With this tool all your commit created with the Angular commit synthax will be replace by emoji of gitmoji.

Installation

npm install husky-git-emoji --save-dev

Inside of your repository, you have 2 ways:

No husky hooks for now

npx hge-init

This command is going to install the husky and the hook of husky-git-emoji

With husky hooks

Add this in your package.json file

{
    "husky": {
        "hooks": {
            "commit-msg": "npx hge-commit"
        }
    }
}

Conclusion

This project in inspired by git-emojis-hook
Created by Bigaston : 🐦 Twitter | 💸 uTip

1.0.1

4 years ago

1.0.0

4 years ago