From 290cbd9ad48dae18f850de2a6c746c6cdcb8c674 Mon Sep 17 00:00:00 2001 From: Alexandr <68345676+Zilero232@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:40:36 +0300 Subject: [PATCH] Added a new adapter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30d4b0ca..de5de477 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,7 @@ We know that every project and build process has different requirements, so we'v - [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) +- [commit-jazzer](https://github.com/Zilero232/commit-jazzer) 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!