🔧 Installs pre-built binaries from GitHub releases easily—fetch, verify, and extract tools with one command.
- 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.
go install github.com/trinhminhtriet/eget@latest
binpull [OPTIONS] TARGET
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.