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.DotNet
Install-PSResource Shmuelie.Utilities
Install-PSResource Shmuelie.Windows
Install-PSResource Shmuelie.PackageManagement

Import a module before use:

Import-Module Shmuelie.Git

See the Shmuelie.PackageManagement README for provider availability and optional dependencies. Unavailable integrations report explicit skipped outcomes; installing the module does not install or update provider tools.

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

# Run the Pester unit test suite
.\build\Invoke-Tests.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