Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PowerShell/PowerShellGet
This module provide functions used with PowerShellGet v3 to provide compatibility with scripts expecting PowerShellGet v2
https://github.com/PowerShell/PowerShellGet
Last synced: about 2 months ago
JSON representation
This module provide functions used with PowerShellGet v3 to provide compatibility with scripts expecting PowerShellGet v2
- Host: GitHub
- URL: https://github.com/PowerShell/PowerShellGet
- Owner: PowerShell
- License: mit
- Created: 2020-07-14T21:43:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T22:42:31.000Z (7 months ago)
- Last Synced: 2024-11-21T02:16:22.681Z (about 2 months ago)
- Language: PowerShell
- Homepage:
- Size: 133 KB
- Stars: 58
- Watchers: 5
- Forks: 14
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- jimsghstars - PowerShell/PowerShellGet - This module provide functions used with PowerShellGet v3 to provide compatibility with scripts expecting PowerShellGet v2 (PowerShell)
README
# PowerShellGet
[![PowerShell Gallery - PowerShellGet](https://img.shields.io/badge/PowerShell%20Gallery-PowerShellGet-blue.svg)](https://www.powershellgallery.com/packages/PowerShellGet)
[![Minimum Supported PowerShell Version](https://img.shields.io/badge/PowerShell-5.1-blue.svg)](https://github.com/PowerShell/PowerShellGet)Introduction
============
PowerShellGet v3 is a compatibility module that allows use of PowerShellGet 2.x (and below) cmdlet syntax with PSResourceGet functionality by making a best effort mapping between the cmdlet interfaces of both versions of the module.'This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [[email protected]](mailto:[email protected]) with any additional
questions or comments.Documentation
=============Documentation for PowerShellGet has not yet been published, please
[Click here](https://docs.microsoft.com/powershell/module/PowerShellGet/?view=powershell-7)
to reference the documentation for previous versions of PowerShellGet.Requirements
============- Windows PowerShell 5.1 or newer.
- PowerShell Core.Get PowerShellGet Module
========================Please refer to our [documentation](https://www.powershellgallery.com/packages/PowerShellGet/) for the up-to-date version on how to get the PowerShellGet Module.
Get PowerShellGet Source
========================#### Steps
* Obtain the source
- Download the latest source code from the release page (https://github.com/PowerShell/PowerShellGet/releases) OR
- Clone the repository (needs git)
```powershell
git clone https://github.com/PowerShell/PowerShellGet
```
* Navigate to the source directory
```powershell
cd path/to/PowerShellGet
```* Import the module
```powershell
Import-Module src/PowerShellGet -Force
```Code of Conduct
===============Please see our [Code of Conduct](CODE_OF_CONDUCT.md) before participating in this project.
Security Policy
===============For any security issues, please see our [Security Policy](SECURITY.md).