https://github.com/trinhminhtriet/binpull
🔧 Installs pre-built binaries from GitHub releases easily—fetch, verify, and extract tools with one command.
https://github.com/trinhminhtriet/binpull
automation cli cross-platform installer package-manager prebuild
Last synced: 10 months ago
JSON representation
🔧 Installs pre-built binaries from GitHub releases easily—fetch, verify, and extract tools with one command.
- Host: GitHub
- URL: https://github.com/trinhminhtriet/binpull
- Owner: trinhminhtriet
- License: mit
- Created: 2025-08-20T16:08:01.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-20T18:38:19.000Z (10 months ago)
- Last Synced: 2025-08-20T18:51:10.708Z (10 months ago)
- Topics: automation, cli, cross-platform, installer, package-manager, prebuild
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# đź”§ BinPull
🔧 Installs pre-built binaries from GitHub releases easily—fetch, verify, and extract tools with one command.
## ✨ Features
- **Easy Installation**: Quickly install pre-built binaries from GitHub releases.
- **Verification**: Automatically verifies downloaded binaries using SHA-256 checksums.
- **Flexible Extraction**: Extracts binaries to a specified location or the current directory.
- **Customizable**: Supports various options for advanced usage, including pre-release versions and specific asset selection.
## 🚀 Installation
```bash
go install github.com/trinhminhtriet/eget@latest
```
## đź’ˇ Usage
```bash
binpull [OPTIONS] TARGET
```
## 🤝 How to contribute
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes.
4. Commit your changes (`git commit -m 'Add new feature'`).
5. Push to the branch (`git push origin feature-branch`).
6. Create a pull request.
## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.