Displaying 1 to 7 from 7 results

husky - :dog: Git hooks made easy

  •    Javascript

By default, husky expects your project's package.json and your .git directory to be at the same level. It can be configured to support monorepos or sub-directories.Check documentation for more.

pre-commit - Automatically installs a git pre-commit script in your git repository which runs your `npm test` on pre-commit

  •    Javascript

pre-commit is a pre-commit hook installer for git. It will ensure that your npm test (or other specified scripts) passes before you can commit your changes. This all conveniently configured in your package.json. But don't worry, you can still force a commit by telling git to skip the pre-commit hooks by simply committing using --no-verify.

angular-precommit

  •    Javascript

Pre commit with angular conventions




pre-git - Automatically install pre-commit / pre-push hooks in your git repo

  •    Javascript

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-validate - A module to help you create your own git hooks

  •    Javascript

This is a super simple framework to facilitate creating your own modules similar to precommit-hook. This module isn't intended to be used directly in your projects (thought it can be), but rather as the dependency of a module that you create that will act as a template of sorts.






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.