Skip to content

A tool to update installed tools in the go/bin folder.

License

Notifications You must be signed in to change notification settings

rymdport/gobinupd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gobinupd

A tool to update installed tools in the go/bin folder. It updates all your tools in parallel to speed up the update process.

Install

To install gobinupd, run the following command:

go install github.com/rymdport/gobinupd@latest

Windows users might wish to run the tool directly, without installing it, to avoid having it try to update itself.

go run github.com/rymdport/gobinupd@latest

Usage

Simply run gobinupd to automatically update all installed tools. No path needs to be specified.

Flags:

  • Pass --release (or -r) to build without debug information for smaller binaries.
  • Pass --verbose (or -v) to print more information about the update process.
  • Pass --no-update (or -n) to rebuild all tools without updating them.

About

A tool to update installed tools in the go/bin folder.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages