|
|
|
gopm - Go Package Manager
|
|
|
|
=========================
|
|
|
|
|
|
|
|
![GPMGo_Logo](https://raw.github.com/gpmgo/gopmweb/master/static/img/gpmgo.png?raw=true)
|
|
|
|
|
|
|
|
Gopm(Go Package Manager) is a Go package manage tool for search, install, update and share packages in Go.
|
|
|
|
|
|
|
|
**[Documentation](https://github.com/gpmgo/docs)**
|
|
|
|
|
|
|
|
# Commands
|
|
|
|
|
|
|
|
```
|
|
|
|
NAME:
|
|
|
|
gopm - Go Package Manager
|
|
|
|
|
|
|
|
USAGE:
|
|
|
|
gopm [global options] command [command options] [arguments...]
|
|
|
|
|
|
|
|
VERSION:
|
|
|
|
0.5.7.1202
|
|
|
|
|
|
|
|
COMMANDS:
|
|
|
|
get fetch remote package(s) and dependencies to local repository
|
|
|
|
bin download and link dependencies and build executable binary
|
|
|
|
gen generate a gopmfile according current Go project
|
|
|
|
run link dependencies and go run
|
|
|
|
build link dependencies and go build
|
|
|
|
install link dependencies and go install
|
|
|
|
help, h Shows a list of commands or help for one command
|
|
|
|
|
|
|
|
GLOBAL OPTIONS:
|
|
|
|
--version print the version
|
|
|
|
--help, -h show help
|
|
|
|
```
|
|
|
|
|
|
|
|
|