https://github.com/javanile/binst.tk
Binary Installer Toolkit
https://github.com/javanile/binst.tk
Last synced: about 19 hours ago
JSON representation
Binary Installer Toolkit
- Host: GitHub
- URL: https://github.com/javanile/binst.tk
- Owner: javanile
- License: mit
- Created: 2021-08-20T15:50:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T00:41:17.000Z (over 3 years ago)
- Last Synced: 2025-03-29T16:14:33.470Z (3 months ago)
- Language: Makefile
- Homepage: https://binst.tk
- Size: 57.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛠️ BInst.Tk
> (B)inary (Inst)aller (T)ool(k)it - also known "BInst.Tk" 😮
**BInst.Tk** is a rapid installtion tool that get packages from GitHub. With **BInst.Tk** you can install any of the repositories from GitHub to your machine without lose of time.
## Usage
**BInst.Tk** could be used without install, to get Docker from just type the following command
```shell
curl -s binst.tk | sudo bash -s docker/docker
```## Install
**BInst.Tk** is not a resident script, the most annoyance we can give you is creating an alias in your shell. Just run the following command
```shell
curl -s binst.tk/alias | bash
```It create an alias into your favorite shell profile file, somethig like that
```shell
alias binst='curl -s binst.tk/alias | sudo bash -s'
```After that you just run the following command
```shell
binst docker/docker
```## Requirements
**BInst.Tk** has no particular dependency, obviously remember that it is used to get software directly from source
so you will often be forced to install [GNU Make](https://www.gnu.org/software/make/) before starting.## Credits
### Contributing
Thank you for considering contributing to this project! The contribution guide can be found in the [CONTRIBUTING.md](CONTRIBUTING.md).
### Code of Conduct
In order to ensure that the Javanile community is welcoming to all, please review and abide by the [Code of Conduct](CONTRIBUTING.md#code-of-conduct).
### Security Vulnerabilities
If you discover a security vulnerability within Javanile, please send an e-mail to Francesco Bianco via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
### License
This project is open-sourced software licensed under the [MIT license](LICENSE).