Add npm version
Will be cool to have npm version too for front end project. And easy integration with https://lefthook.dev/
We do already support https://pre-commit.com/, is that sufficient for your npm projects?
Nope. Unfortunately, not. As pre-commit is written in python, it is not ideal for frontend projects.
We at https://github.com/google/zx switched to lefthook: https://github.com/google/zx/blob/main/lefthook.yml
If you cloud release a npm version, it will solve a lot of our problems. Also, npm distribution will be very popular ;)
Interesting, I thought https://typicode.github.io/husky/ was the popular choice for git pre-commit hook management in npm land.