We have hosted the application simple git hooks in order to run this application in our online workstations with Wine or directly.


Quick description about simple git hooks:

A simple git hooks manager for small projects. A git hook is a command or script that is going to be run every time you perform a git action, like git commit or git push. If the execution of a git hook fails, then the git action aborts. For example, if you want to run linter on every commit to ensure code quality in your project, then you can create a pre-commit hook that would call npx lint-staged. Check out lint-staged. It works really well with simple-git-hooks. You can look up about git hooks on the Pro Git book. simple-git-hooks works well for small-sized projects when you need quickly set up hooks and forget about it. However, this package requires you to manually apply the changes to git hooks. If you update them often, this is probably not the best choice. Also, this package allows you to set only one command per git hook.

Features:
  • Zero dependency
  • Small configuration (1 object in package.json)
  • Lightweight
  • Add simple-git-hooks to the project
  • Run the CLI script to update the git hooks with the commands from the config
  • Update git hooks command


Programming Language: JavaScript.
Categories:
Git

Page navigation:

©2024. Winfy. All Rights Reserved.

By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.