branch-name-lint:替换您的分支名称

时间:2024-02-20 02:46:18
【文件属性】:

文件名称:branch-name-lint:替换您的分支名称

文件大小:86KB

文件格式:ZIP

更新时间:2024-02-20 02:46:18

git continuous-integration linter branch ContinuousintegrationJavaScript

分支名称 验证并删除git分支名称。 创建一个配置文件或使用默认配置文件。 在赫斯基配置文件中使用它,以确保某些讨厌的詹金斯分支名称约定不会拒绝您的分支。 您可以将其用作CI流程的一部分,也可以用作方便的npx命令。 安装 $ npm install branch-name-lint CLI用法 $ npx branch-name-lint $ npx branch-name-lint --help Usage npx branch-name-lint [configfileLocation JSON] Examples $ branch-name-lint $ branch-name-lint config-file.json CLI options.json 具有branchNameLinter属性的任何有效JSON文件。 { "branchNameLinter": { "prefixes": [ "feature", "hotfix", "rele


【文件预览】:
branch-name-lint-master
----npm-shrinkwrap.json(292KB)
----.gitattributes(29B)
----.github()
--------workflows()
----test.js(3KB)
----license(1KB)
----sample-configuration.json(919B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(44B)
----index.js(3KB)
----readme.md(3KB)
----bin()
--------branch-name-lint(1KB)
----cli.js(233B)
----package.json(1KB)

网友评论