UNPKG

cz-conventional-template-zh-cn

Version:

A Simplified Chinese template for commitizen using the cz-conventional-changelog(zh-cn) adapter

13 lines (10 loc) 277 B
#!/usr/bin/env node "use strict"; const path = require("path"); const bootstrap = require("commitizen/dist/cli/git-cz").bootstrap; bootstrap({ cliPath: path.join(__dirname, "../../node_modules/commitizen"), config: { path: "cz-conventional-changelog-zh-cn", }, });