pinst
lefthook
pinst | lefthook | |
---|---|---|
1 | 14 | |
258 | 4,938 | |
- | 2.9% | |
0.0 | 9.3 | |
over 1 year ago | 6 days ago | |
JavaScript | Go | |
MIT License | MIT License |
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.
pinst
-
Husky, a popular JavaScript project with 4M weekly downloads, drops MIT license
It also covers using make. If you'd still like to use the npm ecosystem I think you can use pinst and the git command like such:
lefthook
-
Lefthook: benefits vs husky and how to use
Alternatively, you can download in other ways.
-
How To Set up Lefthook to handle git hooks in react applications
Lefthook docs
-
I switch from Eslint to Biome
Reading Biome doc I also switched from husky to lefthook.
-
Launch NextJS App 🚀 (Template)
Lefthook - super powerfull git hook manager written in Go. In case of problems in CI you can cet CI=true env variable to disable it. Installs via prepare script in package.json on local npm install.
-
What is your must have npm package on any given project?
lefthook is great for git hooks - much prefer it to husky and lint-staged combo.
-
Automated Frontend Workflow
Lefthook is a fast and powerful Git hooks manager for Node.js and any other type of project written in Go.
- Lefthook: Fast, powerful Git hooks manager for any prooject
-
How to prevent bad commits and test code with lefthook and integrate with Flutter
Lefthook repo
-
My Laravel specific git hooks for post-checkout and post-merge
If you want a way to define & manage your hooks in your repo that others can replicate in theirs easily, check out https://github.com/evilmartians/lefthook - you could pretty much commit a lefthook.yml file referencing these Laravel post-checkout and post-merge hooks, then all your devs need to do is lefthook install to start using them
-
Stop arguing about code style in pull requests!
As documentation says, lefthook is a “fast and powerful Git hooks manager for Node.js, Ruby or any other type of projects”. What does it mean? This means that you can set up some commands to be executed when you do, for example, git commit or git push.
What are some alternatives?
husky - Git hooks made easy 🐶 woof!
husky - git hooks made easy
simple-git-hooks - A simple git hooks manager for small projects
audit-ci - Audit NPM, Yarn, PNPM, and Bun dependencies in continuous integration environments, preventing integration if vulnerabilities are found at or above a configurable threshold while ignoring allowlisted advisories
Pronto - Quick automated code review of your changes
ci - Run npm ci using the appropriate Node package manager (npm, yarn, pnpm)
Brakeman - A static analysis security vulnerability scanner for Ruby on Rails applications
swpm - Switch Package Manager - Say goodbye to Package Manager confusion
bullet - help to kill N+1 queries and unused eager loading
pnpm-turborepo-auto-boilerplate - A monorepo boilerplate using pnpm, turborepo, and auto.
gogit - Implementation of git internals from scratch in Go language