simple-git-hooks
A simple git hooks manager for small projects (by toplenboren)
pre-commit-rust
Rust hooks for pre-commit (by doublify)
simple-git-hooks | pre-commit-rust | |
---|---|---|
6 | 2 | |
1,553 | 187 | |
2.6% | 0.5% | |
6.0 | 0.0 | |
about 1 month ago | about 1 year ago | |
JavaScript | ||
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
simple-git-hooks
Posts with mentions or reviews of simple-git-hooks.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-24.
-
Set up git hook in a multi-package monorepo
There are many libraries that help developers manage git hooks: Husky, Simple git hooks, Lefthook, etc..
-
Cypress installation with Mochaversome reporter with fail test screenshots. Fix viewport screen size in headless mode.
Install simple-git-hooks package if not used on the project. If this package or an analogue, for example, husky, skip this point. We will move on to the configuration in the next section.
-
How to add ESlint, Prettier, and Husky (Git Hook) to your React application
A good alternative for Husky is simple-git-hooks (https://github.com/toplenboren/simple-git-hooks) which works much like the old Husky.
- I've replaced husky with simple-git-hooks
- simple-git-hooks: pre-commit hook manager with 0 dependencies and great performance
- simple-git-hooks: pre-commit hook manager with 0 dependencies, great performance, and without license problems (in contrast with husky 5)
pre-commit-rust
Posts with mentions or reviews of pre-commit-rust.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-17.
- Rust programming language outlines plan for updates to style guide
-
Sometimes clippy lints amaze me.
For anyone who wants to automate this, pre-commit-rust has Rust hooks for pre-commit. Otherwise you will forget to run it.
What are some alternatives?
When comparing simple-git-hooks and pre-commit-rust you can also consider the following projects:
husky - Git hooks made easy 🐶 woof!
action - a GitHub action to run `pre-commit`
pinst - 🍺 dev only postinstall hooks (package.json)
npm-run-all - A CLI tool to run multiple npm-scripts in parallel or sequential.
pre-commit-hooks - Some out-of-the-box hooks for pre-commit