From 51f984c100b4f0c87f724f5ba4eafca7d0359696 Mon Sep 17 00:00:00 2001 From: tyankatsu Date: Sun, 2 Aug 2020 18:32:28 +0900 Subject: [PATCH] docs: add cz-format-extension --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39321433..02bc2a64 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,7 @@ We know that every project and build process has different requirements so we've - [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) +- [cz-format-extension](https://github.com/tyankatsu0105/cz-format-extension) 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!