A simple, zero dependency tool for setting up git hooks for small projects. Latest version: 2.13.0, last published: 17 days ago. Start using simple-git-hooks in your project by running `npm i simple-git-hooks`. There are 63 other projects in the npm regi
npm uninstall simple-git-hooks --save-dev 卸载后,.git/hooks 目录下的钩子脚本将不会自动生成,从而关闭钩子功能。 使用命令行参数绕过钩子: 在执行 Git 命令时,你可以使用 --no-verify 参数来绕过钩子脚本的执行。例如: bash git commit --no-verify 这种方法适用于临时绕过钩子的情况,而不是永久关闭钩子...
npm install simple-git-hooks --save-dev Addsimple-git-hooksto yourpackage.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 automatically by def...
Install simple-git-hooks (npm install --save-dev simple-git-hooks) Create a configuration file (.simple-git-hooks.json) Run knip check After that, Knip will report that the dependency is not in use. Although it is actually being used. Is there anything else you want me to add? Member...
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 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...
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do ...
"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...
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 ...
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 ...