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.

40 lines
1.1 KiB

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.
**News** The best IDE for Go development [LiteIDE](https://github.com/visualfc/liteide)(after X20) now has a simple integration of gopm!
Please see **[Documentation](https://github.com/gpmgo/docs)** before you ever start.
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:
0.6.0.1209
11 years ago
11 years ago
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
11 years ago
GLOBAL OPTIONS:
--noterm disable color output
--version, -v print the version
--help, -h show help
```