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 c4ed4e68c7 add todo 12 years ago
conf finish command: install, support github.com only 12 years ago
doc little fix 12 years ago
i18n/en-US clean code: install.go 12 years ago
models broken 12 years ago
utils clean code: walker.go 12 years ago
.gitignore clean code: build.go 12 years ago
LICENSE initialize 12 years ago
README.md add todo 12 years ago
README_ZH.md clean code: install.go 12 years ago
build.go update 12 years ago
gpm.go clean code: install.go 12 years ago
install.go finish command: install, support github.com only 12 years ago

README.md

gpm - Go Package Manager

GPMGo_Logo

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

Todo

  • Command install add support for downloading code from code.google.com, launchpad.net, bitbucket.org; hopefully, support user sources for downloading tarballs.
  • After downloaded all packages in bundles or snapshots, need to check if all dependencies have been downloaded as well.
  • Develop user source API server template application to support user sources in bundles.
  • Add bundle and snapshot parser code for downloading by bundle or snapshot id.
  • Add user system to create, edit, upload, and download bundles or snapshots through gpm client program.