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
- Host: GitHub
- URL: https://github.com/thombashi/pre-commit-bin
- Owner: thombashi
- License: mit
- Created: 2021-11-07T14:13:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T21:06:29.000Z (over 1 year ago)
- Last Synced: 2025-07-02T01:36:31.346Z (7 months ago)
- Topics: pre-commit
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
[](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`