{"id":13413693,"url":"https://github.com/gpmgo/gopm","last_synced_at":"2025-03-14T19:33:06.756Z","repository":{"id":8478863,"uuid":"10081171","full_name":"gpmgo/gopm","owner":"gpmgo","description":"Go Package Manager (gopm) is a package manager and build tool for Go.","archived":true,"fork":false,"pushed_at":"2019-07-29T00:57:26.000Z","size":3059,"stargazers_count":2471,"open_issues_count":0,"forks_count":208,"subscribers_count":85,"default_branch":"master","last_synced_at":"2024-10-25T05:24:34.132Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gpmgo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-15T14:53:29.000Z","updated_at":"2024-10-18T07:02:34.000Z","dependencies_parsed_at":"2022-08-28T17:40:55.963Z","dependency_job_id":null,"html_url":"https://github.com/gpmgo/gopm","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpmgo%2Fgopm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpmgo%2Fgopm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpmgo%2Fgopm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpmgo%2Fgopm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gpmgo","download_url":"https://codeload.github.com/gpmgo/gopm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221498771,"owners_count":16833059,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T20:01:46.600Z","updated_at":"2024-10-26T05:31:16.427Z","avatar_url":"https://github.com/gpmgo.png","language":"Go","funding_links":[],"categories":["Go","开源类库","Package Management","Go Libraries","Open source library","Go语言包管理","Go Compile Helpers","Relational Databases","包管理","\u003cspan id=\"包管理-package-management\"\u003e包管理 Package Management\u003c/span\u003e"],"sub_categories":["依赖管理","HTTP Clients","Atom Extensions","Dependency Management","OpenGL","Contents","Advanced Console UIs","ORM","HTTP客户端","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e","交流"],"readme":"🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨\n\nIn favor of [Go Modules Proxy](https://github.com/golang/go/wiki/Modules#are-there-always-on-module-repositories-and-enterprise-proxies) since Go 1.11, this project has been **archived** and website (gopm.io) will be **taken down** as of **12/31/2019**.\n\n🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨\n\nGo Package Manager\n=========================\n\nGopm (Go Package Manager) is a Go package manage and build tool for Go.\n\nPlease see **[Documentation](https://github.com/gpmgo/docs)** before you start.\n\n## Requirements\n\n- Go development environment: \u003e= **go1.2**\n\n## Installation\n\n### Install from source code\n\n    go get -u github.com/gpmgo/gopm\n\nThe executable will be produced under `$GOPATH/bin` in your file system; for global use purpose, we recommend you to add this path into your `PATH` environment variable.\n\n## Features\n\n- No requirement for installing any version control system tool like `git` or `hg` in order to download packages.\n- Download, install or build your packages with specific revisions.\n- When building programs with `gopm build` or `gopm install`, everything just happens in its own GOPATH and does not bother anything you've done (unless you told it to).\n- Can put your Go projects anywhere you want (through `.gopmfile`).\n\n## Commands\n\n```\nNAME:\n   Gopm - Go Package Manager\n\nUSAGE:\n   Gopm [global options] command [command options] [arguments...]\n\nCOMMANDS:\n   list\t\tlist all dependencies of current project\n   gen\t\tgenerate a gopmfile for current Go project\n   get\t\tfetch remote package(s) and dependencies\n   bin\t\tdownload and link dependencies and build binary\n   config\tconfigure gopm settings\n   run\t\tlink dependencies and go run\n   test\t\tlink dependencies and go test\n   build\tlink dependencies and go build\n   install\tlink dependencies and go install\n   clean\tclean all temporary files\n   update\tcheck and update gopm resources including itself\n   help, h\tShows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --noterm, -n\t\tdisable color output\n   --strict, -s\t\tstrict mode\n   --debug, -d\t\tdebug mode\n   --help, -h\t\tshow help\n   --version, -v\tprint the version\n```\n\n## License\n\nThis project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpmgo%2Fgopm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgpmgo%2Fgopm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpmgo%2Fgopm/lists"}