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.
 
 
 
 
 
 
Unknown 8ce4b5f252 Fixed bug: when use option -g and pkg exists in GOPATH but does not in repos, err shows dir not exists in repos 11 years ago
cmd Fixed bug: when use option -g and pkg exists in GOPATH but does not in repos, err shows dir not exists in repos 11 years ago
doc Update 11 years ago
log Fixed color output when use --noterm in fatal 11 years ago
.gitignore add update command: need verified 11 years ago
.gopmfile Bug fixed with gopmgile 11 years ago
LICENSE Fixed license and readme 11 years ago
README.md Fixed color output when use --noterm in fatal 11 years ago
gopm.go Fixed color output when use --noterm in fatal 11 years ago

README.md

gopm - Go Package Manager

GPMGo_Logo

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(after X20) now has a simple integration of gopm!

Please see Documentation before you ever start.

Commands

NAME:
   gopm - Go Package Manager

USAGE:
   gopm [global options] command [command options] [arguments...]

VERSION:
   0.6.0.1209

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:
   --noterm		disable color output
   --version, -v	print the version
   --help, -h		show help