1.0.1 • Published 8 years ago

emoji-commit-hook v1.0.1

Weekly downloads
1
License
WTFPL
Repository
github
Last release
8 years ago

Emoji-commit-hook

Add emoji to your commits

Start your commit message with a nice emoji á la atom style

Install

$ npm install -g emoji-commit-hook

Usage

Add the following script in your prepare-commit-msg for your favorite git repo:

#!/bin/bash

exec < /dev/tty
emoji-commit $1

TODO: Create a emoji-commit --init script. It should be fairly easy.

Magic:

Demo

License

WTFPL