From 5d8ddaa34e1f5c0fe35712498fc9501202f2bdf6 Mon Sep 17 00:00:00 2001 From: Nicolas Gryman Date: Sat, 17 Dec 2016 22:25:01 +0100 Subject: [PATCH] docs: Add cz-emoji to tools list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0760e95e..ad026fbd 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ We know that every project and build process has different requirements so we've - [cz-customizable](https://github.com/leonardoanalista/cz-customizable) - [cz-conventional-changelog-lint](https://github.com/marionebl/cz-conventional-changelog-lint) - [vscode-commitizen](https://github.com/KnisterPeter/vscode-commitizen) +- [cz-emoji](https://github.com/ngryman/cz-emoji) To create an adapter, just fork one of these great adapters and modify it to suit your needs. We pass you an instance of [Inquirer.js](https://github.com/SBoudrias/Inquirer.js/) but you can capture input using whatever means necessary. Just call the `commit` callback with a string and we'll be happy. Publish it to npm, and you'll be all set!