Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

```
$ go install github.com/avamsi/gobin@latest
```

```
$ gobin --help

gobin 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 name

Flags:
-h, --help help for gobin

Use "gobin [command] --help" for more information about a command.
```