An open API service indexing awesome lists of open source software.

https://github.com/thombashi/pre-commit-bin

Single executable binary packages of pre-commit/pre-commit
https://github.com/thombashi/pre-commit-bin

pre-commit

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# pre-commit-bin

Single executable binary packages of [pre-commit/pre-commit](https://github.com/pre-commit/pre-commit).

[![Build and release](https://github.com/thombashi/pre-commit-bin/actions/workflows/build_and_release.yml/badge.svg)](https://github.com/thombashi/pre-commit-bin/actions/workflows/build_and_release.yml)

## 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](https://github.com/thombashi/pre-commit-bin/releases) page
1. Download the `deb` package that matches the platform of your environment
2. Execute `sudo dpkg -i pre-commit_*_amd64.deb`