pddg / pre-commit-bin

Single executable binary packages of pre-commit/pre-commit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pre-commit-bin

Single executable binary packages of pre-commit/pre-commit.

Build and release

Installation: Ubuntu executable binary

The following command will automatically download an appropriate executable binary and install it to /usr/local/bin/:

curl -sSL https://raw.githubusercontent.com/thombashi/pre-commit-bin/main/scripts/installer.sh | sudo bash

Installation: Ubuntu deb package

  1. Navigate to release page
  2. Download the deb package that matches the platform of your environment
  3. Execute sudo dpkg -i pre-commit_*_amd64.deb

About

Single executable binary packages of pre-commit/pre-commit

License:MIT License


Languages

Language:Shell 64.7%Language:Python 25.5%Language:Makefile 9.8%