Skip to the content.

Home · Modules · Installation · Contributing · GitHub

Installation

Gallery publication is prepared but disabled while the repository is in private preview. Once published, install each module independently:

Install-PSResource Shmuelie.Git
Install-PSResource Shmuelie.Copilot
Install-PSResource Shmuelie.Node
Install-PSResource Shmuelie.Utilities

Import a module before use:

Import-Module Shmuelie.Git

Update and remove

Update-PSResource Shmuelie.Git
Uninstall-PSResource Shmuelie.Git

Build from source

Clone the repository and build with the included scripts:

# Build, validate, import every module, and run the public-content scan
.\build\Test-Modules.ps1

# Build one module into artifacts/
.\build\Build-Module.ps1 -Module Shmuelie.Git

Import a built module directly from its artifact directory:

Import-Module .\artifacts\Shmuelie.Git\0.1.0\Shmuelie.Git.psd1

Requirements