The pre-commit npm package is a tool for developers that automatically installs a git pre-commit script to run specified npm scripts, such as tests, before allowing a commit. It is designed for JavaScript developers who want to enforce code quality checks, like ensuring 100% test coverage or passing linting, as part of their git workflow.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Automatically installs a git pre-commit script in your git repository which runs your `npm test` on pre-commit