Important git hooks implemented using Nodejs for your project. You can easily run the pre-commit and pre-push Git hooks to avoid breaking the local master branch or the remote master.
git hooks git-hook npm pre-commit pre-push precommit testpre-push is a pre-push hook installer for git. It will ensure that your npm test (or other specified scripts) passes before you can push your changes. This all conveniently configured in your package.json. But don't worry, you can still force a push by telling git to skip the pre-push hooks by simply pushing using --no-verify.
git hooks npm pre-push prepush run test development
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.