Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avamsi/gobin
gobin is a Go package manager
https://github.com/avamsi/gobin
Last synced: 20 days ago
JSON representation
gobin is a Go package manager
- Host: GitHub
- URL: https://github.com/avamsi/gobin
- Owner: avamsi
- License: unlicense
- Created: 2023-10-02T19:04:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T04:34:01.000Z (about 1 month ago)
- Last Synced: 2024-12-09T05:27:23.175Z (30 days ago)
- Language: Go
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
$ go install github.com/avamsi/gobin@latest
``````
$ gobin --helpgobin is a Go package manager.
Usage:
gobin [command]Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
install Install the package with the given name (suffix matched)
list List all installed packages
search Search for packages with the given name (suffix matched)
uninstall Uninstall the package with the given nameFlags:
-h, --help help for gobinUse "gobin [command] --help" for more information about a command.
```