Skip to content

nashtsai/gopm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

gopm(Go Package Manager) is a Go package manage tool for search, install, update, share packages in Go.

Resources

License

Stars

Watchers

Forks

Packages

No packages published