From b48605c9b80346b267182cfe0aa9dfffa1e3f88a Mon Sep 17 00:00:00 2001 From: zhengqbbb <40693636+Zhengqbbb@users.noreply.github.com> Date: Mon, 21 Feb 2022 15:35:22 +0800 Subject: [PATCH] docs: add cz-git commitizen adapter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf11a161..02490ecf 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ We know that every project and build process has different requirements, so we'v - [commitiquette](https://github.com/martinmcwhorter/commitiquette) - [cz-format-extension](https://github.com/tyankatsu0105/cz-format-extension) - [cz-emoji-conventional](https://www.npmjs.com/package/cz-emoji-conventional) +- [cz-git](https://github.com/Zhengqbbb/cz-git) 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!