Home

Awesome

bin-get

Tests

Get binaries from Github Releases in a convenient way!

Why Deno?

Usage

Install package in /usr/bin without explicitly installing bin-get.ts

sudo $(which deno) run --allow-all https://raw.githubusercontent.com/OhMyMndy/bin-get/main/bin-get.ts install helm/helm

Install package in a user accessible location:

deno run --allow-all https://raw.githubusercontent.com/OhMyMndy/bin-get/main/bin-get.ts install helm/helm --directory ~/.bin

Or install bin-get

deno install --allow-all https://raw.githubusercontent.com/OhMyMndy/bin-get/main/bin-get.ts

Contributing

Use Github Codespaces/vscode devcontainers if you want (development setup is already configured!)

Related projects

Todo