{"id":23893866,"url":"https://github.com/iskorotkov/package-manager-cli","last_synced_at":"2026-04-22T05:33:14.308Z","repository":{"id":46427574,"uuid":"414710413","full_name":"iskorotkov/package-manager-cli","owner":"iskorotkov","description":"Package manager for GitHub releases","archived":false,"fork":false,"pushed_at":"2023-03-06T23:29:13.000Z","size":124,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T02:36:26.722Z","etag":null,"topics":["cli","github","golang","package-manager"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iskorotkov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-07T18:12:47.000Z","updated_at":"2021-10-14T05:02:47.000Z","dependencies_parsed_at":"2024-06-20T01:26:02.296Z","dependency_job_id":"33f2c616-237f-4679-b34e-86b8d9544276","html_url":"https://github.com/iskorotkov/package-manager-cli","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/iskorotkov/package-manager-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iskorotkov%2Fpackage-manager-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iskorotkov%2Fpackage-manager-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iskorotkov%2Fpackage-manager-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iskorotkov%2Fpackage-manager-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iskorotkov","download_url":"https://codeload.github.com/iskorotkov/package-manager-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iskorotkov%2Fpackage-manager-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32122730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli","github","golang","package-manager"],"created_at":"2025-01-04T14:49:50.286Z","updated_at":"2026-04-22T05:33:14.292Z","avatar_url":"https://github.com/iskorotkov.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Package Manager CLI\n\nPackage manager for installing GitHub releases.\n\nIt's a CLI tool that lets you search and install other CLI tools from GitHub from your console.\n\nIf you need to get the latest version of `k9s`, `buf`, `kubectx`, `minikube`, `legendary` or other package, you don't have to make changes to system installation (which may not be possible) or search for the latest release on GitHub, select a correct file for your OS/architecture, manually extract and install it.\n\nAll you have to do is to use `pmcli install minikube`, and it's done!\n\n## Installation\n\n1. Download `pmcli` from releases page and place it in `~/.local/share/bin` folder.\n2. Run `chmod +x ~/.local/share/bin/pmcli` to make file executable.\n3. Run `pmcli` to make sure everything is working.\n\nNOTE: Make sure that `~/.local/share/bin` is added to `PATH` environment variable.\n\n## Usage\n\nSearch for minikube on GitHub:\n\n```shell\npmcli search minikube\n```\n\n---\n\nSee info about minikube package:\n\n```shell\npmcli info minikube\n```\n\nNOTE: It internally makes a search request, takes the first match (i. e. what GitHub considers to be the best match) and shows info about it.\n\n---\n\nInstall minikube for your OS/arch:\n\n```shell\npmcli install minikube\n```\n\nNOTE: It internally makes a search request, takes the first match (i. e. what GitHub considers to be the best match) and installs the latest release.\n\nNOTE: It extracts .tar.gz archive if necessary, then creates symlinks to binaries in ~/.local/share/bin folder. It can skip a binary file if it already exist there.\n\nNOTE: You can use `pmcli install {owner}/{repo}` instead of shorter version `pmcli install {repo}` if the latter doesn't pick the correct repo.\n\n---\n\nUninstall minikube package (if it's installed):\n\n```shell\npmcli uninstall minikube\n```\n\n---\n\nList installed packages:\n\n```shell\npmcli list\n```\n\n## Configuration\n\nSee `internal/keys/keys.go` for all values that can be configured via environment variables.\n\n## Bugs, ideas and contribution\n\nIf you've encountered a bug or want to request a feature, feel free to open an issue on GitHub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiskorotkov%2Fpackage-manager-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiskorotkov%2Fpackage-manager-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiskorotkov%2Fpackage-manager-cli/lists"}