A simple, zero dependency tool for setting up git hooks for small projects. Latest version: 2.12.1, last published: a month ago. Start using simple-git-hooks in your project by running `npm i simple-git-hooks`. There are 62 other projects in the npm regi
npm uninstall simple-git-hooks --save-dev 卸载后,.git/hooks 目录下的钩子脚本将不会自动生成,从而关闭钩子功能。 使用命令行参数绕过钩子: 在执行 Git 命令时,你可以使用 --no-verify 参数来绕过钩子脚本的执行。例如: bash git commit --no-verify 这种方法适用于临时绕过钩子的情况,而不是永久关闭钩子...
🚀 The package offer simple-git-hooks-config for @unconfig!. Latest version: 0.1.10, last published: 8 months ago. Start using @unconfig/simple-git-hooks-config in your project by running `npm i @unconfig/simple-git-hooks-config`. There are no other pr
npm install simple-git-hooks --save-dev Add simple-git-hooks to your package.json. Fill it with git hooks and the corresponding commands. For example: { "simple-git-hooks": { "pre-commit": "npx lint-staged", "pre-push": "npm run format", // All unused hooks will be removed auto...
npm install ghooks --save-dev It is not advised to installghooksas a production dependency, as it will install git hooks in your production environment as well. Please install it under thedevDependenciessection of yourpackage.json. Please also note, that it is absolutelynot advisedto installghook...
jsDelivr cdn.jsdelivr.net/npm/@1stg/simple-git-hooks/ bundle.run bundle.run/@1stg/simple-git-hooks Popularity GitHub stargazers 0 Downloads last 30 days 2.5k jsDelivr last 30 days 0 Dependents 0 Usage Dependencies@pkgr/utils 1 DevDependencies 0 Packages see package.json Size in browser 5.2...
npm i https://pkg.pr.new/vue-router@2466 commit: 606d5ed codecov bot commented Feb 26, 2025 • edited Codecov Report All modified and coverable lines are covered by tests ✅ Project coverage is 94.88%. Comparing base (1ad847e) to head (606d5ed). Report is 1 commits behind ...
"build-sfc-playground": "cd packages/sfc-playground && npm run build", "preinstall": "node ./scripts/preinstall.js", "postinstall": "simple-git-hooks" }, "types": "test-dts/index.d.ts", "tsd": { "directory": "test-dts" }, "gitHooks": { "pre-commit": "lint-staged", "com...
dependabot/npm_and_yarn/simple-git-hooks-2.11.0 Status Success Total duration 1m 34s Artifacts – ci.yml on: pull_request lint 17s typecheck 19s Matrix: test 2 jobs completed Show all jobs Oh hello! Nice to see you. Made with ️ by humans.txt Annotations 4 warnings ...
"mirror:rm": "npm config rm registry", "up": "npx npm-check-updates -u", "backup": "git add . && git commit -m \"chore: backup\" && git push", "prepare": "simple-git-hooks" "prepare": "husky install" }, "dependencies": { "nprogress": "^0.2.0" @@ -51,9 +51,9 @...