slavos1 / install-binary

Install binary from GitHub to local bin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes

Install binary from GitHub to ~/.local/bin.

The binaries can be packaged either in a tarball or as a direct binary.

See also ARCHITECTURE.md.

Prerequisites

  • hatch -- install via pipx hatch or pip install --user hatch

How to use

# to install via pipx locally
make deploy

Develop

make fmt
hatch run test
make help
make mypy
hatch run cli

About

Install binary from GitHub to local bin

License:MIT License


Languages

Language:Python 92.0%Language:Makefile 8.0%