0.0.1 • Published 6 months ago

@changanauto-sda/commit-config-preset v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

使用方式

yarn add @changanauto-sda/commit-config-preset -D
pnpm add @changanauto-sda/commit-config-preset -D

.cz-config.js (CJS使用方式)

const changanAutoConfig = require('@changanauto-sda/commit-config-preset');
module.exports = {
  ...changanAutoConfig,
  // 你的其他配置
}
0.0.1

6 months ago