Kubernetes Reactor project Charts, ready to launch on Kubernetes using Helm.
$ helm repo add reactor https://charts.kube-reactor.com
$ helm search repo reactor
- Kubernetes 1.12+
- Helm 3.1.0
It is a multi-language package manager for pre-commit hooks. You specify a list of hooks you want and pre-commit manages the instaallation and execution of any hook written in any language before every commit. pre-commit is specifically designed to not require root access. If one of your developers doesn’t have node installed but modifies a JavaScript file, pre-commit automatically handles downloading and building node to run eslint without root.
pip install pre-commit
pre-commit install
pre-commit run --all-files