I am trying to adopt a conventional commits like standard to my projects. While searching for linters and other automation tools I stumbled upon commitizen.
I want to use it in my project without installing it locally neither globally using the NPX with the command npx git-cz
.
How to define the adapter using this approach? (without installing it locally or globally)
What is the default adapter used by Commitizen when on NPX? (Couldn't find in their documentation)