toolman
helps tracking tool dependencies for a Go module.
go get -u github.com/execjosh/toolman
To initialize a new tools.go
with:
toolman -init
To start tracking a tool with:
toolman -add github.com/google/wire/cmd/wire
go mod tidy
To install all of the tools from a tools.go
:
toolman