Git Product home page Git Product logo

psresourceget's Introduction

License Documentation - PSResourceGet PowerShell Gallery - PSResourceGet Minimum Supported PowerShell Version

Important Note

If you were familiar with the PowerShellGet 3.0 project, we renamed the module to be PSResourceGet, for more information please read this blog.

If you would like to open a PR please open an issue first so that necessary discussion can take place. Please open an issue for any feature requests, bug reports, or questions for PSResourceGet. Please note, the repository for PowerShellGet v2 is available at PowerShell/PowerShellGetv2. The repository for the PowerShellGet v3, the compatibility layer between PowerShellGet v2 and PSResourceGet, is available at PowerShell/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

Documentation for PSResourceGet is currently under its old name PowerShellGet v3, please Click here to reference the documentation.

Requirements

  • PowerShell 5.0 or higher.

Get PSResourceGet Module

Please use the PowerShell Gallery to get the latest version of the module.

Get PowerShellGet Source

Steps

  • Obtain the source

    git clone https://github.com/PowerShell/PSResourceGet
  • Navigate to the local repository directory

PS C:\> cd c:\Repos\PSResourceGet
PS C:\Repos\PSResourceGet>
  • Build the project
# Build for the net472 framework
PS C:\Repos\PSResourceGet> .\build.ps1 -Clean -Build -BuildConfiguration Debug -BuildFramework net472

# Build for the netstandard2.0 framework
PS C:\Repos\PSResourceGet> .\build.ps1 -Clean -Build -BuildConfiguration Debug -BuildFramework netstandard2.0
  • Publish the module to a local repository
PS C:\Repos\PSResourceGet> .\build.ps1 -Publish
  • Run functional tests
PS C:\Repos\PSResourceGet> Invoke-PSPackageProjectTest -Type Functional
  • Import the module into a new PowerShell session
# If running PowerShell 6+
C:\> Import-Module C:\Repos\PSResourceGet\out\PSResourceGet

# If running Windows PowerShell
C:\> Import-Module C:\Repos\PSResourceGet\out\PSResourceGet\PSResourceGet.psd1

psresourceget's People

Contributors

adityapatwardhan avatar alerickson avatar alyssa1303 avatar anamnavi avatar andrewsuh98 avatar antonyoni avatar cansuerdogan avatar conorc32 avatar dependabot[bot] avatar evelyn-bi avatar friedrichweinmann avatar fsackur avatar gerryleys avatar hemisphera avatar jameswtruher avatar jaykul avatar justingrote avatar kborowinski avatar keithallenjackson avatar microsoft-github-policy-service[bot] avatar nextgdata avatar o-l-a-v avatar paulhigin avatar sdwheeler avatar sean-r-williams avatar seeminglyscience avatar step-security-bot avatar stevel-msft avatar sydneyhsmith avatar thomasnieto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.