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

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.

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.