mirror of https://github.com/gogits/gogs.git
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.
Joe Chen
b050ac3b85
|
12 years ago | |
---|---|---|
conf | 12 years ago | |
doc | 12 years ago | |
i18n/en-US | 12 years ago | |
models | 12 years ago | |
utils | 12 years ago | |
.gitignore | 12 years ago | |
LICENSE | 12 years ago | |
README.md | 12 years ago | |
README_ZH.md | 12 years ago | |
build.go | 12 years ago | |
gpm.go | 12 years ago | |
install.go | 12 years ago |
README.md
gpm - Go Package Manager
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 launchpad.net, bitbucket.org; hopefully, support user sources for downloading tarballs. - Command
install
installs all packages after downloaded. - 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.
- Add gpm working principle design.
- Download package from code.google.com only support hg as version control system, probably support git and svn.
- All errors should have specific title for exactly where were created.
- i18n support for all strings.