Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

PSResourceGet is the package manager for PowerShell

License

NotificationsYou must be signed in to change notification settings

PowerShell/PSResourceGet

LicenseDocumentation - PSResourceGetPowerShell Gallery - PSResourceGetMinimum Supported PowerShell Version

Important Notes

Note

PSResourceGet is short for the full name of the module,Microsoft.PowerShell.PSResourceGet. The full name is what is used in PowerShell and when published to thePowerShell Gallery.

  • If you were familiar with the PowerShellGet 3.0 project, we renamed the module to be PSResourceGet, for more information please readthis blog.
  • If you would like to open a PR please open an issue first so that necessary discussion can take place.
  • Please note, the repository for PowerShellGet v2 is available atPowerShell/PowerShellGetv2.
  • The repository for the PowerShellGet v3, the compatibility layer between PowerShellGet v2 and PSResourceGet, is available atPowerShell/PowerShellGet.

Introduction

PSResourceGet is a PowerShell module with commands for discovering, installing, updating and publishing the PowerShell resources like Modules, Scripts, and DSC Resources.

Documentation

Click here to reference the documentation.

Requirements

  • PowerShell 5.0 or higher.

Install the PSResourceGet module

  • PSResourceGet is short for the full nameMicrosoft.PowerShell.PSResourceGet.
  • It's included in PowerShell since v7.4.Please use thePowerShell Gallery to get the latest version of the module.

Contributing Quickstart Guide

Get the source code

  • Download the latest source code from the release page (https://github.com/PowerShell/PSResourceGet/releases) OR clone the repository using git.
    PS> cd'C:\Repos'PS C:\Repos> git clone https://github.com/PowerShell/PSResourceGet
  • Navigate to the local repository directory
    PS C:\> cd c:\Repos\PSResourceGetPS C:\Repos\PSResourceGet>

Build the project

Note: Please ensure you have the exact version of the .NET SDK installed. The current version can be found in theglobal.json and installed from the.NET website.

# Build for the net472 frameworkPS C:\Repos\PSResourceGet> .\build.ps1-Clean-Build-BuildConfiguration Debug-BuildFramework net472

Run functional tests

  • Run all tests
    PS C:\Repos\PSResourceGet>Invoke-Pester
  • Run an individual test
    PS C:\Repos\PSResourceGet>Invoke-Pester<file-name>

Import the built module into a new PowerShell session

# If running PowerShell 6+C:\> pwshC:\>Import-Module C:\Repos\PSResourceGet\out\PSResourceGet# If running Windows PowerShellc:\> PowerShellC:\>Import-Module C:\Repos\PSResourceGet\out\PSResourceGet\PSResourceGet.psd1

Module Support Lifecycle

Microsoft.PowerShell.PSResourceGet follows the support lifecycle of the version of PowerShell that it ships in.For example, PSResourceGet 1.0.x shipped in PowerShell 7.4 which is an LTS release so it will be supported for 3 years.Preview versions of the module, or versions that ship in preview versions of PowerShell are not supported.Versions of PSResourceGet that do not ship in a version of PowerShell will be fixed forward.

Code of Conduct

Please see ourCode of Conduct before participating in this project.

Security Policy

For any security issues, please see ourSecurity Policy.

Packages

 
 
 

Contributors37


[8]ページ先頭

©2009-2025 Movatter.jp