文件名称:创建和整理提交消息的工具-JavaScript开发
文件大小:130KB
文件格式:ZIP
更新时间:2024-06-15 00:27:03
JavaScript Miscellaneous
Commithelper创建和整理提交消息的工具。 它具有提示和检查两种模式。 前者询问您创建格式良好的commi Commithelper的工具,该工具用于创建和整理提交消息。 它具有提示和检查两种模式。 前者要求您创建一个格式正确的提交消息的问题,而后者则不提供给定的提交消息。 目录:与其他工具的用法比较commitlint commitizen使用ghooks进行的安装使用husky进行配置的安装Config File用法首先使用npm install commithelper --save-dev将commithelper作为dev依赖项添加到您的项目中。 commithelper提示[--file ] [--co
【文件预览】:
commithelper-master
----.husky()
--------commit-msg(78B)
--------prepare-commit-msg(98B)
--------.gitignore(2B)
----package.json(2KB)
----pnpm-lock.yaml(124KB)
----.github()
--------workflows()
----test()
--------tsconfig.json(59B)
--------message.ts(2KB)
----LICENSE(1KB)
----src()
--------lint.ts(3KB)
--------prompt.ts(6KB)
--------config.ts(3KB)
--------withDefault.ts(1KB)
--------index.ts(3KB)
--------message.ts(4KB)
----tsconfig.json(238B)
----console.png(69KB)
----.gitignore(34B)
----CHANGELOG.md(2KB)
----README.md(11KB)