shared-git-hooks
shared-git-hooks copied to clipboard
Share git hooks across your team through npm install
Does not work on Windows. Sh would not work on windows command prompt. Any plans to support it ? ` 'sh' is not recognized as an internal or external command,...
> The command "npm run test:coverage" exited with 0. > $(npm bin)/codeclimate-test-reporter < coverage/lcov.info > No CODECLIMATE_REPO_TOKEN found. A CODECLIMATE_REPO_TOKEN must be specified as an environment variable. > The command...
Steps to repro: 1. `cd` to a git repo containing a node.js project 1. `npm i --save-dev shared-git-hooks` in a git repo that's never had `shared-git-hooks` 1. Observe correct symlinks...
I'm attempting to use this in a project but its failing in git-less environments which include - Docker builds (files, incl. package.json are copied into the docker image) - travis...
I am using this package. in the hook directory, I need to create file name called `pre-commit`, my editor display it is a text file. I am writing js code...