Skip to content

toolman helps tracking tool dependencies for a Go module.

License

Notifications You must be signed in to change notification settings

execjosh/toolman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages