This project is a command-line interface to Adopt Tapir.
To build, clone this repo, and in the repo directory, do the following:
$ go buildThis will produce an executable called adopt-tapir.
go install github.com/clementi/adopt-tapir@latestBinaries for Windows, Linux, macOS (arm64 and amd64), FreeBSD, NetBSD and OpenBSD are available on the Releases page.
For command-line options, use the --help switch.
main.go: CLI entrypoint that executes the app.cli.go: command and flag definitions viaurfave/cli.api.go: payload building, option mapping, and download logic for starter zip generation.Makefile: helper targets for local build, run, clean, and cross-platform artifacts.