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.

24 lines
1.5 KiB

12 years ago
gpm - Go Package Manager
12 years ago
===
12 years ago
![GPMGo_Logo](https://raw.github.com/GPMGo/gpm-site/master/static/img/gpmgo.png?raw=true)
12 years ago
12 years ago
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 git.oschina.net, gitcafe.com, *.codeplex.com;
- Add support for downloading tarballs from user sources.
- Command `install` installs all packages after downloaded.
12 years ago
- 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.
12 years ago
- 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.
12 years ago
- All errors should have specific title for exactly where were created.
12 years ago
- Add i18n support for all strings.
12 years ago
- Add feature for downloading through version control tools, and use `checkout` to switch to specific revision; this feature only be enabled when users use bundle or snapshot id.
- Add support for downloading by tag for packages in github.com, bitbucket.org.
12 years ago
- Get author commit time and save in node.
12 years ago
- Save node information after downloaded, and check for next time, reduce download times.