https://github.com/burik666/gobin
gobin is a package manager for /go/bin
https://github.com/burik666/gobin
go gobin golang
Last synced: 11 months ago
JSON representation
gobin is a package manager for /go/bin
- Host: GitHub
- URL: https://github.com/burik666/gobin
- Owner: burik666
- License: gpl-3.0
- Created: 2021-11-21T14:22:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T13:33:25.000Z (over 1 year ago)
- Last Synced: 2025-04-30T18:11:50.368Z (about 1 year ago)
- Topics: go, gobin, golang
- Language: Go
- Homepage:
- Size: 83 KB
- Stars: 23
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gobin
gobin is a package manager for /go/bin
gobin runs `go` to install, get available versions, get a version from a binary.
It does not store anything on disk itself.
For information about go modules, see https://go.dev/ref/mod.
## Features
- List installed packages.
- Check for updates.
- Install packages (like `go install`).
- Uninstall packages (just remove binaries).
- Update outdated packages.
- Reinstall packages which was built with old version of go.
- JSON format output.
## Installation
go install github.com/burik666/gobin@latest
## Usage
Use `gobin --help` for more information.
gobin install golang.org/x/tools/cmd/...
gobin install golang.org/x/tools/cmd/...@v0.1.7 -- -ldflags=-s
gobin list goimports
gobin list golang.org/x/tools/cmd/...
gobin upgrade golang.org/x/tools/cmd/...
gobin uninstall golang.org/x/tools/cmd/...
## License
GPLv3