Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 588 Bytes

File metadata and controls

36 lines (25 loc) · 588 Bytes

gitmeme

gitmeme will show you a meme after each commit.

Installation

 $ git clone https://github.com/shalithasuranga/gitmeme.git
 $ cd gitmeme
 $ npm i
 $ npm link

Then go to your repo.

 $ cd <your-repo-name>
 $ gitmeme

Commit something..

 $ git commit -m "Fixed it"

How to remove gitmeme

 $ cd <your-repo-name>
 $ gitmeme

Notice: gitmeme will erase and create post-commit hook file

GitHub license