{"id":16611206,"url":"https://github.com/pkief/proxy-setup-cli","last_synced_at":"2025-10-14T11:05:29.526Z","repository":{"id":147276379,"uuid":"129640330","full_name":"PKief/proxy-setup-cli","owner":"PKief","description":"A command line interface to control the proxy settings of various development tools.","archived":false,"fork":false,"pushed_at":"2018-05-26T09:23:59.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T18:32:37.921Z","etag":null,"topics":["cli","proxy","proxy-setup"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PKief.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-04-15T18:49:06.000Z","updated_at":"2023-02-13T18:58:18.000Z","dependencies_parsed_at":"2023-04-23T06:08:21.938Z","dependency_job_id":null,"html_url":"https://github.com/PKief/proxy-setup-cli","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/PKief/proxy-setup-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PKief%2Fproxy-setup-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PKief%2Fproxy-setup-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PKief%2Fproxy-setup-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PKief%2Fproxy-setup-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PKief","download_url":"https://codeload.github.com/PKief/proxy-setup-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PKief%2Fproxy-setup-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018933,"owners_count":26086508,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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","proxy","proxy-setup"],"created_at":"2024-10-12T01:35:56.551Z","updated_at":"2025-10-14T11:05:29.482Z","avatar_url":"https://github.com/PKief.png","language":"TypeScript","readme":"# Proxy Setup CLI\n\nA helpful tool for developers who are working behind a proxy.\n\n## How to use it\nThe usage of this command line interface is very straightforward:\n\n\u003cimg alt=\"demo\" src=\"images/demo.gif\"/\u003e\n\n### Quick reference guide\n\n1. Mark the checkbox of the tool where the proxy settings should be enabled (use `\u003cSPACE\u003e`-key to toggle)\n    - If the checkbox of a tool is not marked, the proxy setting will be disabled\n2. Press `\u003cENTER\u003e`-key to confirm the selection\n3. If some checkboxes are selected, you will be asked to enter your proxy settings\n    - If the proxy does not require username and password, let the username empty (just press the `\u003cENTER\u003e`-key) \n    - If you have not selected any tool, all proxy settings will be removed and you will not be prompted to insert any proxy settings\n4. You will then see a small summary of which proxy settings have been activated or deactivated by the CLI\n5. Press any key to exit the CLI\n\n## Supported developer tools\n- Bower\n- Git\n- Gradle\n- Maven\n- NPM\n- Yarn\n\n## Features\n- Toggle proxy settings for all supported tools at once\n- Authentication data is only stored in the tool's proxy settings\n- Authentication data is completely removed when the proxy is disabled for a tool\n- Remembers the last used proxy hosts and ports (press `\u003cTAB\u003e` for autocomplete)\n\n## Download\nNavigate to the [releases page](https://github.com/PKief/proxy-setup-cli/releases) of this repository and download the binary of the project.\n\nBinaries are available for\n- Windows\n- Linux\n- MacOS\n\nThe binary can be executed directly and does not require any further installation steps.\n\n## Build project\n### Requirements\n- [Node.js](https://nodejs.org/en/)\n\n### Install dependencies\nInstall all required dependencies with the following command:\n\n```\nnpm install\n```\n\n### Start the CLI\nYou can open the CLI in your terminal with this command:\n\n```\nnpm start\n```\n\n### Generate executables\nIt's also possible to generate an executable file of this CLI. For this purpose Zeit's module [pkg](https://github.com/zeit/pkg) is used to build executable files. Simply run this command to create a binary for each platform:\n\n```\nnpm run package\n```\n\nThe binaries can be found in the \"package\"-directory.\n\nIf you want to create a binary for only one platform you have to adjust the `targets` argument in the `package`-script like this:\n\n#### Windows\n```json\n\"package\": \"pkg --targets=node8-win out/index.js -o ./package/proxy-setup-cli\",\n```\n\n#### Linux\n```json\n\"package\": \"pkg --targets=node8-linux out/index.js -o ./package/proxy-setup-cli\",\n```\n\n#### MacOS\n```json\n\"package\": \"pkg --targets=node8-macos out/index.js -o ./package/proxy-setup-cli\",\n```\n\n\u003e Read more about the available [targets](https://github.com/zeit/pkg#targets) of the pkg module.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkief%2Fproxy-setup-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkief%2Fproxy-setup-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkief%2Fproxy-setup-cli/lists"}