{"id":20040734,"url":"https://github.com/poshcode/poshcode","last_synced_at":"2025-05-05T08:32:04.302Z","repository":{"id":7977441,"uuid":"9379880","full_name":"PoshCode/PoshCode","owner":"PoshCode","description":"PoshCode Modules for Packaging, Searching, Fetching","archived":false,"fork":false,"pushed_at":"2014-08-31T04:13:28.000Z","size":1986,"stargazers_count":50,"open_issues_count":12,"forks_count":10,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-08T19:46:54.867Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","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/PoshCode.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}},"created_at":"2013-04-11T20:40:35.000Z","updated_at":"2024-12-20T19:07:24.000Z","dependencies_parsed_at":"2022-09-10T20:11:13.093Z","dependency_job_id":null,"html_url":"https://github.com/PoshCode/PoshCode","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoshCode%2FPoshCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoshCode%2FPoshCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoshCode%2FPoshCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoshCode%2FPoshCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PoshCode","download_url":"https://codeload.github.com/PoshCode/PoshCode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252466721,"owners_count":21752421,"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-11-13T10:43:33.875Z","updated_at":"2025-05-05T08:32:04.005Z","avatar_url":"https://github.com/PoshCode.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"PoshCode Package Manager Module (BETA)\n================================\n\nPoshCode's purpose is to make it easier to distribute PowerShell modules and scripts over the internet or within local and corporate networks.  \n\n**With this new project we are focusing on making it easy to distribute modules without explaining module installation to your users.**  \n\nAdditionally, we're supporting the automatic installation of dependencies, so that you can distribute modules which have a dependency on other modules without having to worry about how your users will find and install them.\n\nThe module has two main commands for users, and a third for module developers:\n\n1. `Find-Module` searches configured module registries and repositories\n2. `Install-Module` installs modules from local packages (.nupkg or .zip files), or from URLs or UNC paths\n3. `Compress-Module` creates a redistributable module package from a module on your system\n\n#### To install the PoshCode module\n\nIf your \"WebClient\" service is running (this is Window's built-in WebDAV client), you can install it straight from our server with a single command in any version of PowerShell:\n\n```posh\n    \\\\PoshCode.org\\DavWWWRoot\\Modules\\Install.ps1\n```\n\nIf you have problems with that (various things can make Windows WebDAV slow, and the service doesn't seem to be installed by default on server OSes), you will need to download and run our [Install.ps1](http://PoshCode.org/Modules/Install.ps1) script. Of course, you can still do that from PowerShell:\n\nOn PowerShell 3 and up you can do that using Invoke-WebRequest:\n```posh\n    # First download, then run, then delete the installer:\n    iwr http://PoshCode.org/i -OutF PC.ps1; .\\PC; rm .\\PC.ps1\n```\n\nOn PowerShell 2 you need to create and use a WebClient:\n```posh\n    (New-Object System.Net.WebClient).DownloadFile(\"http://poshcode.org/i\",\"$pwd\\pc.ps1\"); .\\PC; rm .\\PC.ps1\n```\n\nThe rest of the documentation will be in the wiki, broken into several sections:\n\n1. Installing Modules (user's guide)\n2. Creating Module Packages \n3. Distributing Module Packages (should include the \"how to\" for enterprise users)\n5. Additional Features of PoshCode (everything else)\n\nNote: the additional features of PoshCode include coverages of some of the mini modules I wrote to support the Package Manager functionality, mostly around Serialization and Configuration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposhcode%2Fposhcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposhcode%2Fposhcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposhcode%2Fposhcode/lists"}