Commitizen adapter that reads your conventional-changelog-lint configuration and generates interactive commit message prompts matching your lint rules. Version 0.1.3 is the latest, though the package appears to be in maintenance mode with no recent updates. It bridges commitizen and conventional-changelog-lint, ensuring commit format compliance without manual configuration. Differentiators include automatic rule-based prompt generation and integration with the conventional-changelog-lint ecosystem.
npm install cz-conventional-changelog-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the adapter and its peer dependencies, configure commitizen, then use git-cz to create commit messages.
Ensure both peer dependencies are installed: npm install --save commitizen conventional-changelog-lint
Consider using cz-conventional-changelog (with conventional commits) or cz-customizable for more up-to-date alternatives.
Install the package: npm install --save cz-conventional-changelog-lint, and ensure path in config points to the correct location.
Install commitizen: npm install --save-dev commitizen