You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
939 B

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