lefthook

Lefthook installer


Keywords
git, husky, lefthook, pre-commit
License
Other
Install
pip install lefthook==0.1.2

Documentation

Lefthook

Wrapper for lefthook to make it installable in the Python ecosystem. Add it into your project dependencies if you want to use lefthook in your Python project.

Installation

python3 -m pip install --user lefthook

Usage

You can use this module as proxy for original lefthook. It can be installed on the first execution.

python3 -m lefthook --help

This command will install the latest lefthook release and call lefthook --help. Now, you can use lefthook directly:

lefthook --help