From 09ade0038fb9a3f7bed3e7175f8c334724c18406 Mon Sep 17 00:00:00 2001 From: Martin McWhorter Date: Thu, 16 Apr 2020 11:08:02 +0100 Subject: [PATCH] docs: add commitiquette (#727) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce068ce1..e248f8e6 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,7 @@ We know that every project and build process has different requirements so we've - [vscode-commitizen](https://github.com/KnisterPeter/vscode-commitizen) - [cz-emoji](https://github.com/ngryman/cz-emoji) - [cz-adapter-eslint](https://www.npmjs.com/package/cz-adapter-eslint) +- [commitiquette](https://github.com/martinmcwhorter/commitiquette) 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!