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

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

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).