Emojilify all the things \o/
yarn global add gitmojo
# or npm install gitmojo -g
cd my-project
gitmojo init --doc
# gitmojo init
Update Husky's
configuration with prepare-commit-msg
git hook
"husky": {
"hooks": {
"prepare-commit-msg": "gitmojo --all"
}
}
See GITMOJO.md for defaults emojis
Edit .gitmojorc.json
in you project to fit your needs
Use gitmojo -d
to regenerate the documentation file
- [] check if Husky package is installed
- [] debug with windows EOL
- [] remove usage of husky