Go-Package-Store

An app that displays updates for the Go packages in your GOPATH.

  • 所有者: shurcooL/Go-Package-Store
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
    go
  • 喜欢:
    0
      比较:

Github星跟踪图

Go Package Store

Build Status GoDoc

Go Package Store displays updates for the Go packages in your GOPATH.

Installation

go get -u github.com/shurcooL/Go-Package-Store/cmd/Go-Package-Store

That will create a binary at $GOPATH/bin/Go-Package-Store. You should run it from a terminal where your $GOPATH is set.

Usage

Usage: Go-Package-Store [flags]
       [newline separated packages], Go-Package-Store -stdin [flags]
  -dep string
    	Determine the list of Go packages from the specified Gopkg.toml file.
  -git-subrepo string
    	Look for Go packages vendored using git-subrepo in the specified vendor directory.
  -godeps string
    	Read the list of Go packages from the specified Godeps.json file.
  -govendor string
    	Read the list of Go packages from the specified vendor.json file.
  -http string
    	Listen for HTTP connections on this address. (default "localhost:7043")
  -stdin
    	Read the list of newline separated Go packages from stdin.

GitHub Access Token:
  To display updates for private repositories on GitHub, or when
  you've exceeded the unauthenticated rate limit, you can provide
  a GitHub access token for Go Package Store to use via the
  GO_PACKAGE_STORE_GITHUB_TOKEN environment variable.

Examples:
  # Check for updates for all Go packages in GOPATH.
  Go-Package-Store

  # Show updates for all golang.org/x/... packages.
  go list golang.org/x/..., Go-Package-Store -stdin

  # Show updates for all dependencies within Gopkg.toml constraints.
  Go-Package-Store -dep=/path/to/repo/Gopkg.toml

  # Show updates for all dependencies listed in vendor.json file.
  Go-Package-Store -govendor=/path/to/repo/vendor/vendor.json

  # Show updates for all Go packages vendored using git-subrepo
  # in the specified vendor directory.
  Go-Package-Store -git-subrepo=/path/to/repo/vendor

Development

This package relies on go generate directives to process and statically embed assets. For development only, you may need extra dependencies. You can build and run the package in development mode, where all assets are always read and processed from disk:

go build -tags=dev github.com/shurcooL/Go-Package-Store/cmd/Go-Package-Store

When you're done with development, you should run go generate before committing:

go generate github.com/shurcooL/Go-Package-Store/...

Alternatives

  • GoFresh - Console tool for checking and updating package dependencies (imports).

License

主要指标

概览
名称与所有者shurcooL/Go-Package-Store
主编程语言Go
编程语言CSS (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2014-01-24 06:02:09
推送于2023-11-26 05:18:51
最后一次提交
发布数1
最新版本名称coffeescript-frontend (发布于 2014-08-07 20:40:15)
第一版名称coffeescript-frontend (发布于 2014-08-07 20:40:15)
用户参与
星数895
关注者数23
派生数28
提交数288
已启用问题?
问题数63
打开的问题数7
拉请求数30
打开的拉请求数0
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?