execjosh / toolman

toolman helps tracking tool dependencies for a Go module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toolman

toolman helps tracking tool dependencies for a Go module.

Installation

go get -u github.com/execjosh/toolman

Usage

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

About

toolman helps tracking tool dependencies for a Go module.

License:MIT License


Languages

Language:Go 100.0%