Installation
From Installation Script
For a quick installation, you can use the provided installation script:
curl -sSL https://raw.githubusercontent.com/idelchi/godyl/refs/heads/dev/install.sh | sh -s -- -d ~/.local/bin
For information on available options, run:
curl -sSL https://raw.githubusercontent.com/idelchi/godyl/refs/heads/dev/install.sh | sh -s -- -h
Docker
You can test out the tool using Docker:
export GITHUB_TOKEN=<your_github_token>
docker run -it --rm --name godyl --env GITHUB_TOKEN docker.io/idelchi/godyl:dev
# Inside the container, install the default set of tools:
godyl dump tools -e | godyl install - --output=~/.local/bin
From Source
If you have Go installed (1.24+), you can install directly from source:
go install github.com/idelchi/godyl@latest