UNPKG

git-commit-guide

Version:

Commitizen adapter following the conventional-changelog format and also asking for JIRA issue with Smart Commits.

6 lines (4 loc) 119 B
let engine = require('./engine'); module.exports = function(overridenOptions) { return engine(overridenOptions); };