From 28d96ef98d702dc48c7a19d44dce710ab80911ba Mon Sep 17 00:00:00 2001 From: Tal Rofe <100444463+tal-rofe@users.noreply.github.com> Date: Mon, 18 Dec 2023 00:40:53 +0700 Subject: [PATCH] docs(readme): add adapter (#972) Co-authored-by: tal-rofe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0c0a41e..bb39e2e7 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,7 @@ We know that every project and build process has different requirements, so we'v - [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) +- [cz-vinyl](https://github.com/Exlint/cz-vinyl) 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!