{"id":20992760,"url":"https://github.com/pkgstore/pwsh-install","last_synced_at":"2026-04-21T22:32:48.837Z","repository":{"id":208100981,"uuid":"720704349","full_name":"pkgstore/pwsh-install","owner":"pkgstore","description":"Module for installing third-party modules from GitHub.","archived":false,"fork":false,"pushed_at":"2024-02-01T04:35:13.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T08:32:52.990Z","etag":null,"topics":["powershell","powershell-cmdlets","powershell-module","powershell-modules","powershell-script","powershell-scripts","pwsh","pwsh-module","pwsh-scripts","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/pkgstore.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2023-11-19T10:37:24.000Z","updated_at":"2023-11-19T11:12:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"20c2f089-0fa4-4110-a2d1-f4bbc98a9cc7","html_url":"https://github.com/pkgstore/pwsh-install","commit_stats":null,"previous_names":["pkgstore/pwsh-install"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgstore%2Fpwsh-install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgstore%2Fpwsh-install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgstore%2Fpwsh-install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgstore%2Fpwsh-install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkgstore","download_url":"https://codeload.github.com/pkgstore/pwsh-install/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243403983,"owners_count":20285482,"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":["powershell","powershell-cmdlets","powershell-module","powershell-modules","powershell-script","powershell-scripts","pwsh","pwsh-module","pwsh-scripts","windows"],"created_at":"2024-11-19T07:12:26.172Z","updated_at":"2025-12-29T22:34:25.221Z","avatar_url":"https://github.com/pkgstore.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerShell Install Module\n\nModule for installing third-party modules from GitHub.\n\n## Install\n\n```powershell\n$MOD = \"Install\"; $PFX = \"PkgStore\"; $DIR = \"$(($Env:PSModulePath -split ';')[0])\"; Invoke-WebRequest \"https://github.com/pkgstore/pwsh-${MOD}/archive/refs/heads/main.zip\" -OutFile (Join-Path $DIR \"${MOD}.zip\"); Expand-Archive -Path (Join-Path $DIR \"${MOD}.zip\") -DestinationPath \"${DIR}\"; if (Test-Path -Path (Join-Path $DIR \"${PFX}.${MOD}\")) { Remove-Item -Path (Join-Path $DIR \"${PFX}.${MOD}\") -Recurse -Force }; Rename-Item -Path (Join-Path $DIR \"pwsh-${MOD}-main\") -NewName (Join-Path $DIR \"${PFX}.${MOD}\"); Remove-Item -Path (Join-Path $DIR \"${MOD}.zip\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgstore%2Fpwsh-install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkgstore%2Fpwsh-install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgstore%2Fpwsh-install/lists"}