diff --git a/README.md b/README.md index bebfc8d3c..86fe8fb64 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ This application still in experiment, any change could happen, but it doesn't af ## Todo - Add support for downloading by tag and branch for packages in bitbucket.org, git.oschina.net, gitcafe.com. +- Command `search` is for searching packages. - Add template projects for testing commands. - Add gpm working principle design. - Add support for downloading tarballs from user sources. @@ -43,7 +44,6 @@ This application still in experiment, any change could happen, but it doesn't af - Command `check` is for checking and downloading all missing dependencies. - Command `daemon` is for auto-compile web applications when debug it locally. - Command `update` is for checking updates. -- Command `search` is for searching packages. - Command `remove` add feature check for dependencies, make sure other packages don't import this one, and give choose for users. - Command `remove` also need to remove files in `GPPATH/bin` and `GOPATH/pkg`. - Command `remove` add flag `-d` for removing dependencies at the same time. @@ -56,6 +56,9 @@ This application still in experiment, any change could happen, but it doesn't af - Add configure option for auto-enable feature, like always using `-p` for downloading. - Command `install` add flag `-all` for re-installing everything in GOPATH, usually use this after upgrading Go version. - Command `clean` is for cleaning empty directories. +- Keep file modify time for packages from github.com. +- Command `sync` is for sync packages in two computers, support client and server mode through ssh. +- Command `init` is for auto-configuring Go develop environment. ## License diff --git a/docs/Quick_Start.md b/docs/Quick_Start.md index 2c94ed118..f42b544fd 100644 --- a/docs/Quick_Start.md +++ b/docs/Quick_Start.md @@ -47,7 +47,7 @@ Because we don't have all kinds of operating systems, we need your help to compl - windows_386: - windows_amd64: [gpm0.1.5 Build 0523](https://docs.google.com/file/d/0B2GBHFyTK2N8Y241eUlKd01Ia1U/edit?usp=sharing) -**Attention** Because we use API to get information of packages that are hosted on github.com, but it limits 60 requests per hour, so you may get errors if you download too much(more than 50 packages per hour). We do not provider access token for security reason, but we do have configure option `github_access_token` in configuration file `conf/gpm.toml`, so you can go to [here](https://github.com/settings/applications) and create your personal access token, and set it in `gpm.toml`. +**Attention** Because we use API to get information of packages that are hosted on github.com, but it limits 60 requests per hour, so you may get errors if you download too much(more than 50 packages per hour). We do not provider access token for security reason, but we do have configure option `github_access_token` in configuration file `conf/gpm.toml`, so you can go to [here](https://github.com/settings/applications) and create your personal access token(up to 5000 request per hour), and set it in `gpm.toml`. ## Build your first project