👍 good
A tool for installing a Go package to an isolated path, to keep the global GOPATH clean. Because of isolated path, uninstalling is also possible.
This tool is greatly inspired by pipx
.
Thanks DALL-e for the logo.
Usage:
good [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
install Install a package named by its import path
uninstall Uninstall a package named by its import path
Flags:
-d, --debug debug mode
-h, --help help for good
Use "good [command] --help" for more information about a command.
Installation
go install github.com/tigerinus/good
Contributing
This tool is still at its very early stage. Issues and Pull Requests are definitely welcome!